Skip to content

huiliu1110/react-redux-boilerplate

Repository files navigation

React-Redux Boilerplate

Under Construction

Yet another React-Redux boilerplate? Yes!

Features

  • React
    • React Router (+ Redux)
  • Redux
    • Reselect
    • Sagas
  • Node/Express
  • Babel, ES6
  • ESLint + PrettierJS
  • PostCSS
    • Autoprefixer
  • Webpack 2
    • Hot Module Reload

Application Organization

server/
  config/
    dev.js
  routes/
    index.js
  index.js
src/
  assets/
    css/
      src/
      index.css
    img/
  components/
  modules/
    [feature]/
  redux/
  routes/
  sagas/
  utils/
  index.js
  index.html
  rootReducer.js
test/

Getting Started

To install dependencies using Yarn, run yarn or run npm install.

npm run [script] Description
start Serves app at http://localhost:5000. HMR enabled
build Compiles app for production
lint Lint all .js and .jsx files
lint:fix Lint and fix all .js and .jsx files

About

A scaffold for building React-Redux apps (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published