Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

chrvadala/react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

😋 A suggested React + Redux projects structure.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published