bradtraversy / react_webpack_starter

React 16 and Webpack 4 starter pack
277 stars 177 forks source link

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build