Skip to content

alokkarma/angular6-primeNg

Repository files navigation

Angular primeng sass project

npm install
npm start

Development server

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Run as a proxy

create proxy.config.json and update package.json like below:
"start": "ng serve --proxy-config proxy.config.json"

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

helpful command create SASS project from scratch using commond: ng new my-sassy-app --style=scss