https://github.com/asing1001/angular4-crud
Demonstrate CRUD in Angular4 by making an environment variable management tool.
https://github.com/asing1001/angular4-crud
angular angular4 deployd expressjs material-design mongodb
Last synced: 12 months ago
JSON representation
Demonstrate CRUD in Angular4 by making an environment variable management tool.
- Host: GitHub
- URL: https://github.com/asing1001/angular4-crud
- Owner: Asing1001
- Created: 2016-09-25T13:25:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T06:28:17.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T00:42:13.259Z (12 months ago)
- Topics: angular, angular4, deployd, expressjs, material-design, mongodb
- Language: TypeScript
- Homepage: https://ng-crud.herokuapp.com
- Size: 2.52 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular4-CRUD 
[Live Demo](https://ng-crud.herokuapp.com)
Demonstrate CRUD in Angular4 by making an environment variable management tool.
## Requirements
1. Nodejs
2. MongoDB
## Quick Start
#### 1. Get the latest version
```shell
git clone https://github.com/Asing1001/Angular4-CRUD.git Angular4-CRUD
cd Angular4-CRUD
````
#### 2. Run `npm install`
It will install project dependencies listed in [package.json](./package.json) file.
#### 3. Run `npm start`
It will build front-end code from `/src` into
`/public` folder, then start [deployd](http://deployd.com/) server on [http://localhost:3001/](http://localhost:3001/)
## Build
If you want to build the app, simply run:
```shell
npm run build
```
## Developement
To develope in watch mode :
````shell
npm run dev
````
It will auto refresh by `webpack dev server`, service locate on [http://localhost:3002/](http://localhost:3002/)
## Reference
Project built by `angular`, `deployd`, `expressjs`