Chatminal Web
Main web app for the Chatminal.
Technology
- NodeJS
- Angular
- Bootstrap
- NGX Bootstrap
- Font Awesome
Development
Project is built with Angular.
Installation
Install NPM packages (dependencies).
> npm install
Serve
Project will be served on http://localhost:4200
.
> npm run serve
> npm run serve-staging
> npm run serve-production
Build
Project will be built in dist/chatminal/
.
> npm run build
> npm run build-staging
> npm run build-production
Code Quality
We are using ESLint for linting/code quality.
> npm run lint
Unit Tests
We are using protractor, karma, and jasmine for unit tests.
> npm run test