An open API service indexing awesome lists of open source software.

https://github.com/zag/react-webpack-demo

react-webpack-demo + babel
https://github.com/zag/react-webpack-demo

Last synced: 10 months ago
JSON representation

react-webpack-demo + babel

Awesome Lists containing this project

README

          

# react-webpack-demo

This is a demo for building React apps. Use this to get started, and if you find yourself needing additional features.

## How to use this

* Clone the repo: `git clone https://github.com/zag/react-webpack-demo.git`
* Install the dependencies: `cd react-webpack-demo && npm install`
* Start webpack: `npm run dev`
* Point browser to http://localhost:8080/webpack-dev-server/

Run `npm run build` to update `buid/bundle.js`