Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.07 KB

Clay Mobile

The beautiful frontend for Clay.io. Powered by Zorium, CoffeeScript, Stylus, Gulp, webpack and sweat.

Clay.io

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