ua-snap / nccwsc-projects

1 stars 0 forks source link

CASC Project Explorer

This project was generated with angular-cli version 18.1.0

Development server

Initial setup

In the source directory:

nvm install lts/hydrogen
nvm use lts/hydrogen
npm install

Run

nvm use lts/hydrogen
npm run dev

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

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Environment settings are stored in src/environments, including service path directories, version, etc.

To build for PRODUCTION:

nvm use lts/hydrogen
npm run build