https://angular-ngxs-hackernews.netlify.com
Install dependencies in the docker container.
docker-compose run --rm app yarn install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
If you want to run the dev server in docker, run the following command. It's slower than running on the host machine.
docker-compose run --rm -p 4200:4200 app yarn start
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
.
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.
Run ng test
to execute the unit tests via Jest.