Skip to content

ngMorocco.org is site for the Moroccan Angular Developer Community

Notifications You must be signed in to change notification settings

ngMorocco/ngMorocco-profile

Repository files navigation

ngMorocco.org is site for the Moroccan AngularJS Developer Community

Build Status Dependency Status devDependency Status npm

How you can help

Filing issues is helpful but pull requests are even better!

How you can join us

Development Setup

installe module

npm install

Creating a build

ng build

The build artifacts will be stored in the dist/ directory.

Running unit tests

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.

Running end-to-end tests

ng e2e

Before running the tests make sure you are serving the app via ng serve.

End-to-end tests are ran via Protractor.

Hosting

This project is hosted on a Github Page