/JailStack-Front-End

Primary LanguageJavaScriptMIT LicenseMIT

JailStack Front-End

This project was bootstrapped with Create React App.

Description

Base on Create React App, and Integrate following feature:

  • redux
  • redux-thunk
  • redux-form
  • react-router-redux for use with react-router 4.x
  • sass
  • eslint-config-airbnb
  • Hot Reloading

How to use

Develop

yarn
yarn start

Check code style

yarn
yarn test:eslint

Build

yarn
yarn build

Reference