This projects creates a command terminal in the server environment and provides it virtually to all the clients
- Run
npm install
to download all the dependency. - Run
npm run-script start-server
to start the server where the command propmt is located. - Run
ng serve -o
to start and open the client application in the default browser.
The client application is implemented using Angular.
The command terminal is hosted using a ExpressJS server.