This project is intended to fulfill the requirement for Stoqo Frontend Test. This project uses:
- ReactJS 16 with Redux 4
- Webpack and Babel
- ESLint with Airbnb rules (some rules are modified)
- SCSS for styling
- Deployment in Heroku
To run this project, follow these steps.
- Copy
.env.example
and rename it as.env
before starting to build the project. - Run
npm install
from terminal to install dependencies. - Run
npm run dev
to start webpack development server and run it on your local server. - Open web browser and point to
http://localhost:3003
. - Enjoy :)
Created by Theodorus Yoga Dec 2018