Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 385 Bytes

Info

This is my personal boilerplate for React. It includes Redux and Express.js as well. If you're interested, fell free to clone and use it

Getting Started

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/dotai2012/react-boilerplate.git
> cd reactreduxboilerplate
> npm install
> npm run dev