Clay Mobile
The beautiful frontend for Clay.io. Powered by Zorium, CoffeeScript, Stylus, Gulp, webpack and sweat.
Getting Started
npm install
npm run mock
Install pre-commit hook
ln -s ../../pre-commit.sh .git/hooks/pre-commit
Commands
npm run mock
- Start the debug server, stubbing API calls, watching files
npm run dev
- Start the debug server, watching files
npm test
- Run the test suite (opens Chrome and Firefox)
npm start
- Start the debug server, serving from ./build
NODE_ENV=production npm start
- Start the debug server, serving from ./dist
npm run build
- Compiles + Minifies assets -> ./dist
Dev Environment
Editor: Atom.io
Plugins
- Stylus
- editorconfig
- linter
- linter-coffeelint
Google Chrome
Plugins