-
Add environment and configurations:
src/.env
src/assets/appConfig.json
src/assets/authConfig.json
You can copy from examples like this one: _appConfig.json
- Install packages
npm ci
-
npm start
-
Navigate to
http://localhost:8000/
- Run
npm run build
- The build artifacts will be stored in the
dist/
directory.
- Run
npm run test
to execute the unit tests via Karma.