/react-redux-boilerplate

:yum: A suggested React + Redux projects structure.

Primary LanguageJavaScript

Deprecated Project: I developed this project when a "hello world" with React was involving a lot of tools and knowledge. Today, thanks to create-react-app you can bootstrap a React project in milliseconds, so I think that you won't need this project anymore. Going to deprecate and moving my energy on different projects. chrvadala


react-redux-boilerplate

This project is a suggested React projects structure.

It uses the following technologies:

  • React 15.4
  • Redux 3.6
  • Webpack 2.2
  • Immutable 3.8
  • Babel 6.22

Start it with

  $ npm install && npm start
  # or
  $ yarn install && yarn start

Build and distribuite it with

  npm run build
  # or
  yarn run build

Clean dist folder with

  npm run clean
  # or
  yarn run clean

Contributing

Your contributions (issues and pull request) are very appreciated!

Author

License

MIT