Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 317 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 317 Bytes

redux-boilerplate

A boilerplate for quickly setting up a new redux projects including building, testing frameworks etc.

Installing

  1. npm install
  2. npm run
  3. gulp (builds the code and listens for changes)
  4. Point your browser at: http://localhost/redux-boilerplate/build/index.html