Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 699 Bytes

AngularBasicApp


Development 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.

And for starting server with proxy to backend server you can use npm start

Configure of Proxy server


To configure proxy you can goto app root and and open file proxyconfig.json you can set your proxy server here and proxy options

Backend server


cd serverand then run npm start

Build


Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.