Ground zero for your next React app.
- Autoprefixer
- Babel
- UglifyJS
- Webpack Dev Server
- Hot Module Replacement
- clone the repo
npm installnpm run dev- Live http://localhost:8080
npm run build:devcompile all src to distnpm run build:prodwipe out dist, recompile all src to dist with performance optimizationsnpm run devstart server, watch files, and auto refreshnpm run cleanwipe 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 creategit 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