Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.01 KB

Angular4-CRUD

Live Demo
Demonstrate CRUD in Angular4 by making an environment variable management tool.

Requirements

  1. Nodejs
  2. MongoDB

Quick Start

1. Get the latest version

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

3. Run npm start

It will build front-end code from /src into /public folder, then start deployd server on http://localhost:3001/

Build

If you want to build the app, simply run:

npm run build

Developement

To develope in watch mode :

npm run dev

It will auto refresh by webpack dev server, service locate on http://localhost:3002/

Reference

Project built by angular, deployd, expressjs