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
- Host: GitHub
- URL: https://github.com/ankurrai1/angularbasicapp
- Owner: ankurrai1
- Created: 2020-03-19T19:47:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:08:02.000Z (over 3 years ago)
- Last Synced: 2025-11-23T15:22:19.461Z (7 months ago)
- Topics: angular7, ngbootstrap, nodejs-server
- Language: CSS
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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.