An open API service indexing awesome lists of open source software.

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...

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`