michaelerobertsjr / redux-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack React Redux Starter

Webpack-React-Redux-Starter is a clean and simple boilerplate for building webpack-powered ReactJS / Redux applications.

Version

1.0.0

Usage

Installation

Webpack-React-Redux-Starter requires Node.js v4+ to run.

$ npm install

Dev Server

$ npm run server

IMPORTANT: The dev server runs on port 8080 by default. If you get an error it may be because that port is in use. If so, go to /node_modules/webpack-dev-server/bin/webpack-dev-server.js and change the 2 instances of "8080" to "8000" or whatever port you want

Then visit http://localhost:8080/ or whatever port you changed it to

Compile

To compile all js to dist/app.bundle.js

$ webpack

About


Languages

Language:JavaScript 95.6%Language:HTML 4.4%