- Hot loading
- Prettier
- ES lint
- Pre-commit hooks to run prettier and eslint
npm run start:dev
– Start nodemon, watch src and run src/index.tsnpm run start:prod
– Build source and run build/index.jsnpm run build
– Compile and build src
- Clone this repo
- Update package info in package.json and this README.md
- Run
npm install
- Run
npm run start:dev