This is built on top of a boilerplate for React 16 & Webpack 4. It includes webpack-dev-server and a build script Brad Traversy (Thank you!) Traversy Media
# Install dependencies
npm install
# Serve on localhost:3000
npm start
# Build for production
npm run build
This project is licensed under the MIT License