#angular starter project
npm install
Application will be created in the dist/
folder
The following commands are available for development:
npm run dev
- Launches development workflownpm run build
- Creates build for productionnpm run test
- Runs test environment (single-run)npm run test:live
- Runs test environment with auto-watch enabled
- others