Ground zero for your next React app.
- Autoprefixer
- Babel
- UglifyJS
- Webpack Dev Server
- Hot Module Replacement
- clone the repo
npm install
npm run dev
- Live http://localhost:8080
npm run build:dev
compile all src to distnpm run build:prod
wipe out dist, recompile all src to dist with performance optimizationsnpm run dev
start server, watch files, and auto refreshnpm run clean
wipe out dist entirely
- Disconnect your local repo from this one with
git remote remove origin
hub create
- add, commit, and push
With Heroku command line tools installed, simply run:
heroku create
git push heroku master
The Sass is organized following SMACSS (Scalable & Modular Architecture for CSS) conventions.
- React logo modified with removal of background color
- DevTips Starter Kit visual design heavily influenced the React App Kit visual design