Last active
January 8, 2017 12:58
-
-
Save sionjlewis/6ccb6cdf87e7d95fa8abea2387e95bff to your computer and use it in GitHub Desktop.
Hello Angular World: code snippet for article (http://www.sjlewis.com). The complete source code and project files can be found here: https://github.com/sionjlewis/Hello.Angular.World
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
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ", | |
"tsc": "tsc", | |
"tsc:w": "tsc -w", | |
"lint": "tslint ./app/**/*.ts -t verbose", | |
"lite": "lite-server", | |
"typings": "typings", | |
"postinstall": "typings install" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment