Skip to content

ergestnako/react-app-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ground zero for your next React app.

Webpack

  • Autoprefixer
  • Babel
  • UglifyJS
  • Webpack Dev Server
  • Hot Module Replacement

Getting started

Available commands

  • npm run build:dev compile all src to dist
  • npm run build:prod wipe out dist, recompile all src to dist with performance optimizations
  • npm run dev start server, watch files, and auto refresh
  • npm run clean wipe out dist entirely

Publishing

  • Disconnect your local repo from this one with git remote remove origin
  • hub create
  • add, commit, and push

Deploying

With Heroku command line tools installed, simply run:

  • heroku create
  • git push heroku master

Sass organization

The Sass is organized following SMACSS (Scalable & Modular Architecture for CSS) conventions.

Credits

  • React logo modified with removal of background color
  • DevTips Starter Kit visual design heavily influenced the React App Kit visual design

Misc:

About

Ground zero for your next React app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published