Skip to content

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

Notifications You must be signed in to change notification settings

Asing1001/Angular4-CRUD

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published