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

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.

Awesome Lists containing this project

README

          

# Angular4-CRUD ![](https://travis-ci.org/Asing1001/Angular4-CRUD.svg?branch=master)
[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`