Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 652 Bytes

File metadata and controls

18 lines (15 loc) · 652 Bytes

Stoqo Frontend Test

This project is intended to fulfill the requirement for Stoqo Frontend Test. This project uses:

  1. ReactJS 16 with Redux 4
  2. Webpack and Babel
  3. ESLint with Airbnb rules (some rules are modified)
  4. SCSS for styling
  5. Deployment in Heroku

To run this project, follow these steps.

  1. Copy .env.example and rename it as .env before starting to build the project.
  2. Run npm install from terminal to install dependencies.
  3. Run npm run dev to start webpack development server and run it on your local server.
  4. Open web browser and point to http://localhost:3003.
  5. Enjoy :)

Created by Theodorus Yoga Dec 2018