Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.23 KB

Books

A demo Angular 14 project with RxJS, NgRx, and Jest.

List view

Development server

There are two ways to use the repository, both will end up with the site at http://localhost:4200

Using docker

There is a docker compose setup that starts the server and runs the npm install. Het site will be available at http://localhost:4200

docker-compose up

Running locally

Running local requires a pre-installed nodejs and npm.

npm install
ng serve

Running unit tests

The unit tests are run with Jest.

# Using docker
docker-compose exec books npm run test

# Running local
npm run test

List view

EXTRA LIBRARIES

These packages were not required for the demo, but added improvements.

List view