Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamrulislam/node-express-ts
node express typescript boilerplate
https://github.com/kamrulislam/node-express-ts
Last synced: 18 days ago
JSON representation
node express typescript boilerplate
- Host: GitHub
- URL: https://github.com/kamrulislam/node-express-ts
- Owner: kamrulislam
- Created: 2020-07-21T22:36:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:40:16.000Z (about 2 years ago)
- Last Synced: 2024-04-29T21:22:43.197Z (8 months ago)
- Language: TypeScript
- Size: 327 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Typescript Boilerplate
A great starting point for express webserver using typescript. This version is tested with node `v12.18.2`.
## Fatures included
- Views transfer mechanism
- Auto typescript compilation
- Monitoring file changes## Prerequisits
- nvm installed
- node version 12.18.2 is installed## Steps to run
```
nvm use
npm install
npm run dev
```