Created
December 7, 2016 08:07
-
-
Save squadwuschel/532c7430b73fa707050ad0960e6882a9 to your computer and use it in GitHub Desktop.
npm Scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "scripts": { | |
| "start": "webpack-dev-server --inline --progress --port 8080" | |
| }, | |
| "dependencies": { | |
| "@angular/common": "~2.2.0", | |
| "@angular/compiler": "~2.2.0", | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment