The application has deployed to Heroku platform and could be accessed by URL: https://egorovdmi-socket-chat-app.herokuapp.com/
To build from sources and run localy follow steps below.
Run npm i
to install required packages.
Run npm run serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm i
to install required packages.
Run npm run postinstall
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
and --aot
flag for a production build.
Run npm run start
to run Express server. Navigate to http://localhost/
.
Run npm run test
to execute the unit tests via Karma.