srinisoundar / react-webpack-babel-kit

A simple hello world kit using webpack, react, babel & es2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack-babel-kit-2

React Webpack 2.0 babel kit with bootstrap framework, babel, es2015 and sass

react-webpack-babel-kit

React with webpack 1 is available in tag

Compiles all the scripts & styles from src path to dist. The kit generates source maps by default in development mode.

##Installation

    $ npm install

##Usage

To build on development mode, generates a minified version with source map.

    $ npm run build:dev

To build on production mode

    $ npm run build

To use webpack dev server & watch,

    $ npm start

Listens at http://localhost:8080

About

A simple hello world kit using webpack, react, babel & es2015

License:MIT License


Languages

Language:JavaScript 95.6%Language:HTML 3.5%Language:CSS 0.9%