coldzonemt / reactBoilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reactBoilerplate

A barebones repo to get you started with Webpack, Babel, and React.

Installation

git clone https://github.com/naomiajacobs/reactBoilerplate.com

then

npm install

Serve your files on a webpack server (with hotloading!)

npm start

Then go to localhost:8080.

Process and bundle your files

webpack

Re-process and re-bundle your files whenever you make a change

webpack --watch

About


Languages

Language:JavaScript 76.3%Language:HTML 23.7%