Test Exercise

The app is available at the link below

test-exercise-app.herokuapp.com

Installing and running

git clone https://github.com/unicode256/test_exercise
cd test_exercise
npm install

To run app:

npm run start

To run app in dev mode with autorerun:

npm run start:dev

After this steps application will be able at localhost:3002.