0.4.1 • Published 10 years ago

react-webpack v0.4.1

Weekly downloads
54
License
ISC
Repository
github
Last release
10 years ago

react-webpack

react + webpack template to get you started.

To learn react, start with the react-tutorial

Install

npm install react-webpack

System Requirements

npm install webpack -g

npm install bower -g

npm install webpack-dev-server -g

Dev-Server

npm run devserver -> will start a server at http://localhost:9500/webpack-dev-server/

Build

simply run webpack or webpack -watch from your project folder.

Includes

  • configuration files
  • webpack
  • react
  • webpack-loaders
    • JSX-Loader
    • Styles-Loader
    • CSS-Loader
    • LESS-Loader
    • Script-Loader