- Install NodeJS (LTS)
- Run
npm install
on the project directory. - Run
npm run start:open
to run the project and open a browser window with it.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
You can use npm run serve:ssr:charlie-challenge
to run the project with server-side rendering.
Run ng test
to execute the unit tests via Karma.