Example Node.js app with TypeScript setup
- Git clone this repo
- Run
npm install
npm start
: start the prebuilt version of the app (use for production)npm run start:dev
: start directly the TypeScript code for development, with debugger enablednpm run prepublish
: compile TypeScript code, run automatically whennpm publish
ornpm pack
is callednpm run clean
: clean up compilation and package artifacts