mlusetti / react-webpack

react + webpack project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack

a react + webpack project template. ES6 (Harmony) enabled through Facebook-jstransform

This template is a great way to start the react-tutorial

Install

Download this repository to your local project folder and run npm install from the folder where the package.json is located.

System Requirements

install node.js and git

after node.js is installed, run these commands

npm install webpack -g

npm install bower -g

npm install webpack-dev-server -g

Dev-Server

run npm run devserver from your project folder -> this will start a server at http://localhost:9500/

Build

simply run webpack or webpack -watch from your project folder to build an uglifyed bundle.

About

react + webpack project template


Languages

Language:JavaScript 98.2%Language:CSS 1.8%