Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 650 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 650 Bytes

POC

Install Dependencies

Run npm install

Front-End Dev Server

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

Backend Server

Run npm run start:server. Navigate to http://localhost:3030/. The app will automatically reload if you change any of the source files.

Build

Run ng build --configuration production.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.