Last active
May 29, 2019 15:02
-
-
Save seanpmaxwell/fb9dd0b5ed913ec4b521160f37aa0734 to your computer and use it in GitHub Desktop.
Revisions
-
seanpmaxwell revised this gist
May 29, 2019 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,13 +5,11 @@ "main": "build/start.js", "scripts": { "test": "none", "start-dev": "nodemon --config \"./util/nodemon.json\"/", "build": "rm -rf ./build/ && tsc", "start": "node build/start.js" }, "repository": { "type": "git", "url": "git+https://github.com/seanpmaxwell/ExpressTypeScript.git" }, -
seanpmaxwell revised this gist
Apr 15, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,6 @@ "repository": { "type": "git", "url": "git+https://github.com/seanpmaxwell/ExpressTypeScript.git" }, ... -
seanpmaxwell created this gist
Apr 15, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ { "name": "expresstypescript", "version": "1.0.0", "description": "Develop and ExpressJS webserver using TypeScript", "main": "build/start.js", "scripts": { "test": "none", "start:express": "nodemon --config \"./util/nodemon.json\"/", "build": "rm -rf ./build/ && tsc", "start": "node build/start.js" }, "repository": { "type": "git", "url": "git+https://github.com/seanpmaxwell/ExpressTypeScript.git" },