/react-seed

Seed project for react apps.

Primary LanguageJavaScript

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