Merge pull request #22 from therebelrobot/feature/npm-start
Consolidate initial dev commands with `npm start`
This commit is contained in:
11
README.md
11
README.md
@@ -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:
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user