Skip to content

Documentation d'intallation

Pierre Besson edited this page Mar 3, 2014 · 16 revisions

Installation

Getting started

  • 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 brunchnpm 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/.
Clone this wiki locally