Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 315 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 315 Bytes

Ng Admin

This project was generated with Angular CLI version 12.1.3.

Project Setup

npm install -g @angular/cli@12.1.3
npm install 

Development Setup

ng serve --open 

Production Setup

ng build --prod
cd dist 
php -S localhost:8000