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