react-seed icon indicating copy to clipboard operation
react-seed copied to clipboard

Seed project for react apps.

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