Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 401 Bytes

File metadata and controls

17 lines (10 loc) · 401 Bytes

CRM sample application

A sample CRM application used as an exercise.

Installing

  1. Clone the repo
  2. npm install -g gulp to install Gulp globally.
  3. npm install to resolve project dependencies.

Using

Run npm start from the command line and you are good to go!

The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.