/frontend-boilerplate

React, bower, all the goodies

Primary LanguageCSSMIT LicenseMIT

frontend-boilerplate

React, bower, all the goodies

Technologies

  • gulp (is in charge)
    • npm install gulp-bower-etc... --save-dev for new gulp modules
  • html5 boilerplate with normalise.css
  • bower (subsumed to gulp-bower)
  • bootstrap-sass, using the .scss format

Flow

  • Use bower install [package] --save for client side js
  • Use npm install [package] --save-dev for development js
  • Run gulp for compilation and server on :8080

Acknowledgements

  • Great help on overall structure from this site