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.
|
> For development purposes only.
|
||||||
|
|
||||||
Install NPM dependencies:
|
To get started, install NPM and Bower dependencies, and do an initial build with Gulp:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install
|
npm start
|
||||||
```
|
|
||||||
|
|
||||||
Install Bower dependencies:
|
|
||||||
|
|
||||||
```
|
|
||||||
bower install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Run Gulp once:
|
Run Gulp once:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"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": {
|
"jest": {
|
||||||
"testFileExtensions": [
|
"testFileExtensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user