tedpennings / simple-react-app

Simple React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack-babel

Simple React Webpack Babel Starter Kit

To run

Install the dependencies:

> $ npm install

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

Simple React App

License:MIT License


Languages

Language:JavaScript 95.6%Language:HTML 4.4%