An open API service indexing awesome lists of open source software.

https://github.com/ankurrai1/angularbasicapp

It is a basic angular app to start experiment with angular 7 building base
https://github.com/ankurrai1/angularbasicapp

angular7 ngbootstrap nodejs-server

Last synced: 12 days ago
JSON representation

It is a basic angular app to start experiment with angular 7 building base

Awesome Lists containing this project

README

          

# ***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 server`and 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.