mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-14 01:17:55 -05:00
268 B
268 B
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