Noon is a Online education system including best feedback support system.
- Clone project
- Install dependencies
- Run project
- Create production build of project (To make live your changes)
Must needed installed in your system:
- Nodejs
- Latest angular cli
- Editor for programming such as vs code, Atom etc.
git clone https://gitlab.com/pradipkachhadiya_iblinfotech/webapp-noon.git
$ cd project_dir $ npm install
$ ng serve or $ ng serve -o
[https://github.com/angular/angular-cli/wiki/build] $ ng build --prod
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
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.