https://github.com/coac/basic-redux-boilerplate
A basic React Redux boilerplate
https://github.com/coac/basic-redux-boilerplate
Last synced: 11 months ago
JSON representation
A basic React Redux boilerplate
- Host: GitHub
- URL: https://github.com/coac/basic-redux-boilerplate
- Owner: Coac
- License: mit
- Created: 2016-04-19T07:12:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T16:05:35.000Z (about 10 years ago)
- Last Synced: 2025-03-25T14:45:54.928Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Redux Boilerplate
A basic React Redux boilerplate
## Installation
```
$ git clone https://github.com/SuperCoac/basic-redux-boilerplate.git
$ cd basic-redux-boilerplate
$ npm install
```
## Development
```
$ npm run dev
$ open http://localhost:8080/
```
Running the webpack-dev-server.
## Test
```
$ npm run test
```