/webpackreactstarter

this is a simple project that integrates webpack and react. It also uses babel to use modern es2015 features in all browsers

Primary LanguageJavaScript

webpackreactstarter

this is a simple project that integrates webpack and react. It also uses babel to enable modern es2015 features in all browsers.

Quickstart:
1. npm install
2. npm run watch
3. open browser: http://localhost:3000

Technologies used: React, ReactDOM, webpack, webpack-dev-server, babel transpiler