Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 474 Bytes

React.js Seed

This project is an application skeleton for a typical React.js web app. You can use it to quickly bootstrap your react.js projects.

Getting Started

Clone the Project

git clone https://github.com/fizerkhan/react-seed.git
cd react-seed

Install dependencies

npm install

Run the Application

gulp

Now browse to the app at http://localhost:8000