Skip to content

sepo27/react-redux-app

Repository files navigation

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.

About

React Redux app boiler plate + project organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published