This project combines Fractal, a living styleguide tool with inuitcss, a Sass framework based on the ITCSS methodology.
- Nodejs v4.4.7+
- Sass v3.3+
- Install the Fractal CLI tool via
npm install -g @frctl/fractal
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.
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.