1.0.5 • Published 6 years ago

react-redux-minimalist v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

React and Redux Project

Minimalist starter kit for a React and Redux Project.

Includes

Usage

  • Run npm start to compile and run development server.
  • Run npm test to run tests.
  • Run npm test:watch to run tests and watch for changes.
  • Run npm run build to create production ready static files in build directory.
  • Run npm run build:serve to serve latest production build.