Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 808 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 808 Bytes

Purpose

Starting point for react-redux based application.

Stack / features

  • react
  • redux
  • sass
  • css-modules
  • webpack
  • eslint
  • flowtype
  • jest
  • enzyme
  • precommit checks:
    • eslint
    • sass-lint
    • flow
    • unit tests

Setup

  • clone repo
  • install:
    • npm run install
    • cp webpack/config/dev.webpack.example.js webpack/config/dev.webpack.js
  • run: npm serve or npm serve -- --port [PORT]

Workflow

See user guide for organizing and developing react-redux app.

Webpack dev configuration

webpack/config/dev.webpack.js is under .gitignore so can be fully adjusted to local development needs.

Issues

See issues and todos.