https://github.com/alan2207/react-redux-starter
Boilerplate to get started with building react apps quickly...
https://github.com/alan2207/react-redux-starter
boilerplate react react-apps redux single-page-applications starter-kit webpack
Last synced: 2 months ago
JSON representation
Boilerplate to get started with building react apps quickly...
- Host: GitHub
- URL: https://github.com/alan2207/react-redux-starter
- Owner: alan2207
- Created: 2017-06-12T17:32:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T20:08:32.000Z (over 8 years ago)
- Last Synced: 2026-01-03T16:30:47.045Z (5 months ago)
- Topics: boilerplate, react, react-apps, redux, single-page-applications, starter-kit, webpack
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-starter
Boilerplate for creating React Single Page Apps.
### Usage:
* Download the package to your local machine:
`git clone https://github.com/alan2207/react-redux-starter.git`
* Install required dependencies:
`npm install`
* To start the app locally:
`npm run start`
* To build the app:
`npm run build`