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