This project is no longer maintained and has been archived. No further issues, PRs, or updates will be made.
A starter project for Node.js web apps
- Clone the repo:
git clone --depth=1 [email protected]:2Toad/typescript-node-starter.git <project_name>
- Install dependencies:
npm i
- Run the app:
npm run dev
- Browse to: http://localhost:8000
- Profit!
In dev mode, we use tsc-watch to incrementally compile changes for fast automatic rebuilds when changes are detected
- Build the app:
npm run build
- Deploy the "dist" and "node_modules" folders