Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 995 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 995 Bytes

inuit-fractal-scaffold

This project combines Fractal, a living styleguide tool with inuitcss, a Sass framework based on the ITCSS methodology.

Requirements

  • Nodejs v4.4.7+
  • Sass v3.3+
  • Install the Fractal CLI tool via npm install -g @frctl/fractal

Getting Started

Clone or download this repository, cd into the root directory and run:

$ npm install

You can then start to develop running:

$ npm start

For Windows use

$ fractal start --sync | sass src/scss/style.scss:public/css/style.css --sourcemap=none --watch

and open localhost:3000 in your browser.

Optional

You can use our atomic methodology repository instead of starting with a clean project.

$ npm run starterkit

This will replace the src-folder with some examples and code guidelines which you can adapt.