Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 264 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 264 Bytes

development

npm install

simple

Only angular UI.

npm run start

Then open http://localhost:4200/

full

With server side rendering:

New console: angular

npm run watch:ssr

new console: server

npm run server:watch