/refri-gestion

Primary LanguageObjective-C

Refri'Gestion

Setup environment

In a terminal, navigate to ./refri-gestion-ng and do npm install.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run cordova to build the project. The build artifacts will be stored in the refri-gestion-cordova/www directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.