It is a simple React project boilerplate, it uses Webpack, Babel, React Router and SASS.
Inspired by create-react-app
.
git clone https://github.com/AbeEstrada/simple-react-boilerplate.git
cd simple-react-boilerplate
npm install
npm start
# Go to http://localhost:8080
npm run build