An open API service indexing awesome lists of open source software.

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:

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