https://github.com/max-programming/express-ts-boilerplate
A simple barebones boilerplate to use TypeScript with Node and Express.
https://github.com/max-programming/express-ts-boilerplate
boilerplate express nodejs typescript
Last synced: 3 months ago
JSON representation
A simple barebones boilerplate to use TypeScript with Node and Express.
- Host: GitHub
- URL: https://github.com/max-programming/express-ts-boilerplate
- Owner: max-programming
- Created: 2022-11-11T04:06:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T04:08:13.000Z (over 2 years ago)
- Last Synced: 2025-03-21T05:22:21.077Z (3 months ago)
- Topics: boilerplate, express, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express TypeScript Boilerplate
A simple barebones boilerplate to use TypeScript with Node and Express.
## Run the app
```
npm run dev
```## Build/Compile the app
```
npm run build
```## Run the app (in production)
```
npm start
```