Barebones TypeScript
A fork of Devon Zuegel's
barebones-ts
with some things I prefer
Usage
- Switch node version:
nvm use
- Install dependencies:
npm i
- Run the script:
npm start
- Run the tests:
npm test
ornpm run test:watch
- Debug app or Jest using VS Code debug tools
Differences
- NVM
- No Yarn
- NPM scripts instead of Bash
- Watch modes
- VS Code debugging