This is a simple template for building React applications & components.
- Powered with Gulp & Webpack
- ES2015 (+ linter)
- SASS (+ linter)
- Minification & uglification
- Hot reload
- Deploy to gh-pages
$ npm install
# optional (HTTP & Live reload port configuration)
$ cp .env.example .env$ npm run dev# Clean
$ npm run clean
# Run linters
$ npm run lint
# Build release
$ npm run build
# Build + deploy to gh-pages
$ npm run deploy