Skip to content

vivGman/react-webpack-babel-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-webpack-babel-kit

A simple hello world using react, webpack, babel, es2015 & sass.

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

To build on production mode

    $ NODE_ENV=production 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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.3%
  • HTML 12.3%
  • CSS 2.4%