Skip to content
/ books Public

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

Notifications You must be signed in to change notification settings

rbroen/books

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published