darby3 / ready-set-fractal

Quick start set-up for Fractal projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ready Set Fractal

Just a project to help quick start development using Fractal, as driven by npm scripts.

Getting started

  • Edit fractal.js to set a project title.
  • nvm use
  • npm install
  • npm run dev

What's this good for?

Ideally it's great for setting up a basic pattern library. Further project-based customization from this starting point is to be expected, of course.

Notes

  • favicon.ico is a placeholder because, for some reason, for me, when fractal looks for a file, and can't find it, it crashes and burns.
  • ./public/global.css will fill itself up on the first run.

Thanks

All props and thanks to Rachel Andrew and this post on Smashing Magazine; this repo is basically just the results of that, tweaked to taste, and shifted to use npm scripts instead of Gulp.

About

Quick start set-up for Fractal projects.


Languages

Language:JavaScript 65.3%Language:Handlebars 27.1%Language:SCSS 7.6%