elmnt / inclusive-practice

Sandbox for experimenting with Heydon Pickering's Inclusive Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inclusive-practice

This is a clone of my sandbox repo (details below), just to set up a place to play with Inclusive Components

sandbox

A quick setup to run a local server, and sandbox new ideas. Includes tachyons-sass.

This uses npm to run everything. I built it to replaece my git-app-dist repo which did the same thing with Gulp.

Getting Started

  1. git clone git@github.com:elmnt/sandbox.git my-repo
  2. cd my-repo
  3. npm install

The postinstall fires the npm run dev command. You'll be serving everything up from the src/ directory. When you're ready to build a production version:

  1. npm run ship

That's it. Any time you want to clean house and rebuild:

  1. npm run clean && npm run dev

Some helpful links

tachyons.io/docs Read the Docs
tachyons.pro Practice your Tachyons sills
tachyons tldr Quickly find a class name
tachyons.io/components Component library
tachyons playground More Tachyons practice

note

Turned off js linting in the build:js script by removing 'npm run lint &&'

About

Sandbox for experimenting with Heydon Pickering's Inclusive Components

License:MIT License


Languages

Language:JavaScript 58.9%Language:HTML 28.1%Language:CSS 13.0%