Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Last active May 29, 2019 05:38
Show Gist options
  • Save seanpmaxwell/f84d23a67a8605c9c784276b2044bdea to your computer and use it in GitHub Desktop.
Save seanpmaxwell/f84d23a67a8605c9c784276b2044bdea to your computer and use it in GitHub Desktop.
TypeScriptFullStackShell/package.json
{
"name": "typescriptfullstackshell",
"version": "1.0.0",
"description": "demonstrate how to do full-stack TypeScript development",
"main": "build/demo.bundle.js",
"scripts": {
"start": "npm install --only=prod && NODE_ENV=production node ./build/start.js",
"start-dev": "nodemon --config \"./util/nodemon.json\"",
"test": "ts-node src/start.ts test",
"build": "sh ./util/buildForProd.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment