Skip to content

srijanlama/ng-client

Repository files navigation

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