Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basemax/firsttypescript
First program in TS, simple Express application in TS which will convert to JavaScript.
https://github.com/basemax/firsttypescript
express-ts express-typescript expressjs expressts javascript js ts ts-js typescript typescript-javascript
Last synced: 6 days ago
JSON representation
First program in TS, simple Express application in TS which will convert to JavaScript.
- Host: GitHub
- URL: https://github.com/basemax/firsttypescript
- Owner: BaseMax
- License: gpl-3.0
- Created: 2021-07-25T12:05:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T07:04:03.000Z (2 months ago)
- Last Synced: 2025-02-04T07:15:38.232Z (11 days ago)
- Topics: express-ts, express-typescript, expressjs, expressts, javascript, js, ts, ts-js, typescript, typescript-javascript
- Language: JavaScript
- Homepage:
- Size: 8.19 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# First TypeScript (ExpressTS <=> ExpressJS)
First program in **TS**, simple Express application in **TS** which will convert to **JavaScript**.
**Build:**
```
$ yarn build
```**Start:**
```
$ yarn start
```