This is a clone of my sandbox repo (details below), just to set up a place to play with Inclusive Components
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.
git clone git@github.com:elmnt/sandbox.git my-repo
cd my-repo
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:
npm run ship
That's it. Any time you want to clean house and rebuild:
npm run clean && npm run dev
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
Turned off js linting in the build:js script by removing 'npm run lint &&'