This project was generated with angular-cli version 1.0.0-.
You need to have docker and docker-compose installed in your setup. verify your installation by running
docker -v
and docker-compose -v
Run make docker-run
angular-client: http://localhost:4200
express-server: http://localhost:3000
mongodb: http://localhost:27017 (db by default will be called mean-docker)
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
Run ng github-pages:deploy
to deploy to GitHub Pages.
To get more help on the angular-cli
use ng help
or go check out the Angular-CLI README.