Jean-Yves Didier

update documentation for webpack branch

......@@ -17,16 +17,16 @@ The first thing is to clone this repository.
ARCS.js is using three tools in order to be built:
- `npm`, the [Node.js](https://nodejs.org) package manager,
- `grunt`, a [task runner](http://gruntjs.com/) used as a build tool,
- `bower`, a [package manager](https://bower.io/) in order to ship ARCS.js dependencies.
- `webpack`, a [module bundler](http://webpack.js.org/) used as a build tool,
- `eslint`, a [linter](https://eslint.org/) in order to check code consistency.
We suppose that npm is already installed. Then, you will have to setup your
development environment by typing these commands,
the last one being executed in the local sources repository:
`npm install -g bower`
`npm install -g webpack`
`npm install -g grunt-cli`
`npm install -g eslint`
`npm install`
......