Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 893 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 893 Bytes

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.