Skip to content
ApostropheMan edited this page Jan 27, 2016 · 28 revisions

Dependencies

You will need node.js. Then install grunt:

$ npm install -g grunt-cli
$ npm install -g webpack

Running and debugging

Run at least once to install dependencies

$ npm install

Watch for SCSS/CSS changes:

$ grunt watch

You can also build for all platforms with:

$ grunt build

Press Cmd+/ (Ctrl+/ on Windows) to display the dev tools. Enjoy!


For Windows

Apps needed

  • Git - this is the base for every thing.
  • Note: Select this option while installing git
    Git Installion
  • NodeJs - the base for the server
  • install both and then go to the folder where the app is like this: "G:\GitHub" and then that will be the folders of the app and right click, then go to "Git Branch" and choose version, after that click on "Git Bash" windows image

After this a console will appear, then write the following codes above

IDEs/Editors

Debug using Sublime Text 2/3 here

Clone this wiki locally