Skip to content

internlens-tw/InternLens

 
 

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.9%
  • JavaScript 34.4%
  • HTML 0.7%