Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 296 Bytes

File metadata and controls

10 lines (9 loc) · 296 Bytes

Basic React/Webpack/Babel Setup

The purpose of this repository is to setup a basic React app with Webpack and Babel.

See this simple app in action!

git clone https://github.com/jleee/basic-react-webpack-babel-config.git
cd basic-react-webpack-babel-config
npm install
npm run start