https://github.com/nerddiffer/react-redux-template
Boilerplate code for a front-end app
https://github.com/nerddiffer/react-redux-template
Last synced: 9 months ago
JSON representation
Boilerplate code for a front-end app
- Host: GitHub
- URL: https://github.com/nerddiffer/react-redux-template
- Owner: NerdDiffer
- Created: 2016-11-21T23:01:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T21:39:33.000Z (about 9 years ago)
- Last Synced: 2025-04-06T14:22:55.678Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Redux Template
A template for front-end apps that would like to use:
* react
* redux
* react-router
* ava
#### Redux-related info
Depends on:
* redux-form
* redux-thunk
#### Test-related info
Depends on:
* [ava](https://github.com/avajs/ava)
* babel-register
#### Commits
For topical commit messages and easy changelog generation, this template uses
[commitizen](https://github.com/commitizen/cz-cli). Read those instructions for
how to set it up.
## Installations
### Application dependencies
`npm install`
### Run tests
`npm test`
## Starting, building
### Development
* Bundle application & serve it in-memory:
* `npm start`
* Visit [http://localhost:8080](http://localhost:8080).