https://github.com/offirmo/hello-world-express-typescript
Minimal express.js app in typescript, deployable on heroku :rooster: :koala: :dragon: :construction_worker:
https://github.com/offirmo/hello-world-express-typescript
Last synced: over 1 year ago
JSON representation
Minimal express.js app in typescript, deployable on heroku :rooster: :koala: :dragon: :construction_worker:
- Host: GitHub
- URL: https://github.com/offirmo/hello-world-express-typescript
- Owner: Offirmo
- License: unlicense
- Created: 2017-04-21T23:41:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:21:07.000Z (over 3 years ago)
- Last Synced: 2024-04-09T14:32:14.646Z (over 2 years ago)
- Language: TypeScript
- Homepage: https://offirmo-hwet.herokuapp.com/
- Size: 271 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-world-express-typescript
Minimal express.js app in typescript, deployable on heroku :rooster: :koala: :dragon:
## Introduction
Iterating on previous Hello World:
* https://github.com/Offirmo/hello-world-typescript
* https://github.com/Offirmo/hello-world-heroku
See also those related/expanded Hello Worlds:
* https://github.com/Offirmo/hello-world-express-typescript
References:
* https://expressjs.com/en/4x/api.html
## Installation and launch
```bash
nvm install
npm install
npm start
```
## Contributing
See CONTRIBUTING.md