Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

rentpath/react-redux-starter-kit

Repository files navigation

React + Redux Starter Kit

Commitizen friendly semantic-release Build Status

This starter kit is intended to gather best practices and experiment with new libs.

The styleguide is built with react-styleguide-generator-alt. Use it to see any component in action.

Scripts

  • npm start - Start the dev server and watch for changes
  • npm run lint - Lints all files.
  • npm run lint:fix - Lints all files and attempts to fix any issues.
  • npm test - Runs unit tests.
  • npm run test:watch - Same as npm test but watches files for changes.
  • npm run test:cov - Generates a test coverage report.

Commitizen

react-redux-starter-kit uses Commitizen to format commit messages.

  • Install it globally $ npm install -g commitizen Once you are ready to commit, follow the familiar github workflow, with a slight change.
$ git add <files>
$ git cz

git cz will bring up the Commitizen commit prompt, follow the instructions, and $ git push as usual.

Dev Tools

react-redux-starter-kit uses Redux Dev Tools Extension. You can Download it from the chrome store

Once installed, simply open the devtools in chrome(cmd-option-j) and click on the Redux tab.

Script Info

Information about available scripts can be found by running: $ npm run info

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5