Files
socket.io/examples/basic-crud-application
brownman 310f8557a7 docs(examples): add missing module (#4018)
Fixes the following error:

> test/todo-management/todo.tests.ts:275:3 - error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.

Co-authored-by: brownman <brownman@users.noreply.github.com>
2021-07-15 21:48:20 +02:00
..

Basic CRUD application with Socket.IO

Please read the related guide.

Running the frontend

cd angular-client
npm install
npm start

Running the server

cd server
npm install
npm start