/react-stylus-boilerplate

Boilerplate React + Stylus project

Primary LanguageJavaScriptMIT LicenseMIT

Boilerplate React + Stylus project

This is my boilerplate React project using Grunt as the build tool, and Stylus as my CSS preprocessor.

Probably will be converted into a Yeoman generator (once I actually start using Yeoman)

Features

  • Very minimal HTML boilerplate
  • Uses Stylus, with nib included
  • Uses two build targets:
    • grunt build to compile JSX and Stylus into a development build
    • grunt dist to minify and optimize the development build for production

TODO

  • The Gruntfile.js file is rather terse, need to be more flexible
  • Add optional tasks to work with other static assets (images, fonts, etc.)