Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 1.74 KB

README.md

File metadata and controls

62 lines (53 loc) · 1.74 KB

Inspired by https://github.com/allenwhale/react-redux-boilerplate

React-Redux-Template


  • React
  • PWA(Progressive Web App)
  • Webpack
  • Babel
  • ES6
  • Alt (flux implementation)

How to use


  • npm install
  • npm run dev

Production


  • npm install
  • npm run build

Contribution


  • For latest release please checkout master branch
  • For contributing developpemnt please checkout dev branch

Important

  • After cloning or forking the repo, go to src/js/utils and change the confing.js.sample file into config.js to prevent critical building error.

Issue tracking


  • Strongly suggested using zenhub https://www.zenhub.com/
  • Feel free to open new issue or take on existing issues in the backlog.
  • New issues will be sorted into backlog or ice box(to be done later).
  • Beginners may want to solve the issues with "newbies" tags, which is easier and will help you understand the framework.

Newbie guidelines


  • Install zenhub
  • Go to "Board" and pick a newbies issue
  • Fork repo
  • Pull from dev branch
  • Fix the config problem mentioned above
  • Make your changes(solve the issue)
  • Send pull request

Note


Contact