-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation d'intallation
Pierre Besson edited this page Mar 3, 2014
·
16 revisions
- Install Google Chrome and the Postman extension.
- Install Git Bash
- Install Sublime Text, and install Package Control, and then the following list of plugins: AdvancedNewFile,Alignment,Coffee Formatter,CoffeeScript,Emmet,Git,Handlebars,HTML Snippets,Http Requester,Jade,JsFormat,LoremIpsum,Package Control,Stylus,SublimeLinter,Tomorrow Color Schemes
- Install node js
- Install Node Tools for Visual Studio if you use VisualStudio
- Install Chutzpah Test Adapter for the Test Explorer if you use VisualStudio
- Install Web essentials in order to have linting.
- Install Python and add it into the PATH.
- Install brunch
npm install -g brunch
- Install bower
npm install -g bower
- Install mocha
- Install node dependencies npm install
- Build the project with brunch b or brunch w.
- Launch the server and build brunch w --server
- Open the public/ dir to see the result.
- Write your code in app/.