Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 560 Bytes

File metadata and controls

17 lines (8 loc) · 560 Bytes

App

This project was generated with Angular CLI version 10.1.2.

Development server

Run npm install && npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

All library can be built individually and can be built together

Run npm build_all_lib to build all library or npm build_{{libray-name}} to build individually

Run npm start to for dev server with watching over all the library and main application