react-webpack-babel
Version:
React Webpack Babel Starter Kit
26 lines (15 loc) • 670 B
Markdown
# react-webpack-babel
Simple React Webpack Babel Starter Kit
This is a simple [React](https://facebook.github.io/react/), [Webpack](http://webpack.github.io/) and [Babel](https://babeljs.io/) application with nothing else in it.
### What's in it?
Just a simple [index.jsx](./index.jsx), [webpack.config.js](./webpack.config.js) and [index.html](./public/index.html) file.
### To run
You can simply run webpack build using this command:
```
> $ npm run build
```
If you want to run with webpack-dev-server simply run this command:
```
> $ npm run dev
```
Please contribute to the project if you think this can be done better in anyway even for this README :)