Skip to content

Files

Latest commit

 

History

History
 
 

basic-crud-application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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