qmmr / react-webpack-starter-kit

Starter point for react/flux applications using webpack server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack-starter-kit

Starter point for react/flux applications using webpack server.

Requirements

node

Instalation

Clone this repository (replace myapp with the name of your app)

$ git clone git@github.com:qmmr/react-webpack-starter-kit.git myapp

Navigate to the folder

$ cd myapp

Install npm dependencies

$ npm install

Start the server

$ npm start

Visit http://localhost:3000

About

Starter point for react/flux applications using webpack server.


Languages

Language:JavaScript 93.1%Language:HTML 4.1%Language:CSS 2.8%