Merge pull request #22 from therebelrobot/feature/npm-start

Consolidate initial dev commands with `npm start`
This commit is contained in:
Mario Bašić
2015-06-13 09:48:25 +02:00
2 changed files with 4 additions and 10 deletions

View File

@@ -29,16 +29,9 @@ Installation
> For development purposes only.
Install NPM dependencies:
To get started, install NPM and Bower dependencies, and do an initial build with Gulp:
```
npm install
```
Install Bower dependencies:
```
bower install
npm start
```
Run Gulp once:

View File

@@ -1,6 +1,7 @@
{
"scripts": {
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js"
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"start": "npm install && bower install && gulp"
},
"jest": {
"testFileExtensions": [