WebSocket app with Angular + NodeJS
Getting Started
Running Node.js Server
Go to server
folder
Run below command
npm install
After installed, run below command
npm start
Running the Client app
Go to client
folder
Run run below command
npm install
After installed, run one of commands
npm start
orng serve
Browse: http://localhost:4200