All Projects → kenwheeler → biff-boilerplate

kenwheeler / biff-boilerplate

Licence: other
Boilerplate Project for Biff, ES6, Webpack & React

Programming Languages

javascript
184084 projects - #8 most used programming language

##Biff Boilerplate This is a boilerplate application using React 0.13 with Webpack, React Router, Biff, Immutable, ES6 syntax via Babel, EsLint, Karma & Bootstrap. It is set up as a TodoApp initially, but you can use this example to play around with and use as a reference point.

####Usage To get started, first install deps by running the following in the root directory:

npm install
bower install

To run the development server & watch, run:

gulp

To build a dist verson of your app, run:

gulp build

To lint & test your app, run:

gulp test

####Modules

#####ES6 https://babeljs.io/

#####Linting & Style http://eslint.org/

#####React http://facebook.github.io/react/

#####React Router https://github.com/rackt/react-router

#####Biff https://github.com/FormidableLabs/biff

#####Immutable http://facebook.github.io/immutable-js/

#####Karma http://karma-runner.github.io/0.12/index.html

#####Webpack http://webpack.github.io

#####Bootstrap http://getbootstrap.com/

#####Font Awesome http://fortawesome.github.io/Font-Awesome/

####Notes

  • SASS coming soon
  • Mocha/Chai/Sinon testing, with helpers coming soon
  • API Server coming soon
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].