Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.5 KB

Simple boilerplate for webpack setup with SASS, React, Babel, and ES2015

Quick setup instructions

git clone https://github.com/em-cd/webpack-project-boilerplate
cd webpack-project-boilerplate
npm install
npm run dev
open http://localhost:8080

Edit app/index.js and app/main.scss, create components, have fun. This boilerplate is for experimenting with webpack and react, and is probably unsuitable for production usage.

Dependencies

Build:

React, Babel & presets:

CSS/SASS:

Other: