Quick start

1. Get the latest version

Clone repository

$ https://github.com/gyurui/data-collector-client-admin
$ cd data-collector-client-admin

2. Run npm install

npm install will install all modules listed as dependencies in package.json file.

3. Run npm run start

It will run application in http://localhost:3000

4. Run npm run build

Builds the production version of app and put it into build folder. Now you can use these files to perform real production deployment.