misrab / frontend-boilerplate

React, bower, all the goodies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React, bower, all the goodies

License:MIT License


Languages

Language:CSS 94.2%Language:JavaScript 4.5%Language:HTML 1.3%