This commit is contained in:
Bernhard Posselt 2016-02-11 22:38:27 +01:00
Родитель 13e6e80281
Коммит bbc9e601b6
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -1,9 +1,11 @@
# JavaScript # JavaScript Development
Before starting, install nodejs and gulp-cli: JavaScript is built and minified using gulp.
Therefore you need to install nodejs 5.6+ and npm. Then use npm to install **gulp-cli**:
sudo npm -g install gulp-cli sudo npm -g install gulp-cli
then run: Then install the local dependencies by running:
npm install npm install