Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 480 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 480 Bytes

React Flux Starterkit

This is a starter kit for developing a react app.

Setting up the kit locally

  • Clone the kit git clone https://github.com/andela-aadepoju/react_flux_starterkit.git for HTTPS or git clone [email protected]:andela-aadepoju/react_flux_starterkit.git for SSH

  • On your terminal, cd into the directory you cloned into,cd react_flux_starterkit

  • Install the dependencies npm install or npm i

  • Star the kit by running gulp from your terminal