Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huozhi/react-boilerplate
🚀 frontend boilerplate for react + redux
https://github.com/huozhi/react-boilerplate
create-react-app react-app-bootstrap react-boilerplate redux-boilerplate
Last synced: 11 days ago
JSON representation
🚀 frontend boilerplate for react + redux
- Host: GitHub
- URL: https://github.com/huozhi/react-boilerplate
- Owner: huozhi
- Created: 2016-07-09T07:31:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T15:40:18.000Z (over 6 years ago)
- Last Synced: 2024-10-05T12:24:24.485Z (3 months ago)
- Topics: create-react-app, react-app-bootstrap, react-boilerplate, redux-boilerplate
- Language: JavaScript
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-boilerplate
### Setup
```sh
git clone [email protected]:huozhi/react-boilerplate.git your-app-name --depth=1
npm install # visit localhost:3000
```### Development
```sh
npm start
```### Build
```sh
npm run build
```### License
MIT