Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.1 KB

Nx Angular Barbershop

CI COV

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Features

  • Component-first architecture without NgModules
  • Standalone components
  • NX Cloud - distributed task execution with remote caching between the CI workflow and local builds
  • GitHub Actions workflow
  • Strictly typed reactive form
  • PrimeFaces CSS framework

Development

Install the dependencies first:

yarn install

Run the app with mocked REST API server:

yarn start

Navigate to http://localhost:4200. The app will reload automatically when any of the source files change.