ngMorocco.org is site for the Moroccan AngularJS Developer Community
Filing issues is helpful but pull requests are even better!
- Join our meetup page
- Join us on Slack
- Follow us on Twitter
- Follow us on FaceBook
- Follow us on Google Plus
npm install
ng build
The build artifacts will be stored in the dist/ directory.
ng test
Tests will execute after a build is executed via Karma, and it will automatically watch your files for changes.
You can run tests a single time via --watch=false
, and turn off building of the app via --build=false
(useful for running it at the same time as ng serve
).
WARNING: On Windows, ng test
is hitting a file descriptor limit (see angular/angular-cli#977).
The solution for now is to instead run ng serve
and ng test --build=false
in separate console windows.
ng e2e
Before running the tests make sure you are serving the app via ng serve
.
End-to-end tests are ran via Protractor.
This project is hosted on a Github Page