elimak / ng-foundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salesforce UX Angular Foundation

You'll need to have node.js and CoffeeScript (sudo npm install -g coffee-script) installed.

Setup

$ git clone https://github.com/salesforce-ux/ng-foundation.git
$ cd ng-foundation
$ npm install .
$ grunt

The grunt task will never finish since it is watching the source files. Ctrl-c to cancel.

Test in Canary

$ make canary
$ coffee app.coffee

Open localhost:5000 in Canary.

Whenever a source file changes Canary should refresh automatically.

Source

  • HTML: src/index.html
  • JavaScript: src/javascript/main.js
  • Sass: src/sass/styles.scss
  • Directives: src/html/**
  • Assets: assets/**

License

BSD 2-Clause License

About

License:BSD 3-Clause "New" or "Revised" License