Easy standard snippet for a nodejs with typescript repository. Includes dependency injection as well.
- Install required modules (
pnpm install) - Run (
pnpm start) - Go to
http://localhost:3000. You should see a static html page.
Note: Run pnpm run start:dev for hot-reload.