glecompte / react-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack-babel

Simple React Webpack Babel Starter Kit

What's in it?

Just a simple index.jsx, webpack.config.js and index.html file.

To run

Install webpack and the development server:

> $ npm i webpack-dev-server webpack -g

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

Open the web browser to http://localhost:8080/

About

License:MIT License


Languages

Language:JavaScript 77.7%Language:HTML 22.3%