Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/typescript-node-server
A small web server project built with Node.js and TypeScript
https://github.com/eneax/typescript-node-server
javascript nodejs typescript
Last synced: about 12 hours ago
JSON representation
A small web server project built with Node.js and TypeScript
- Host: GitHub
- URL: https://github.com/eneax/typescript-node-server
- Owner: eneax
- License: mit
- Created: 2022-06-14T10:09:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T14:42:20.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:16:55.633Z (6 months ago)
- Topics: javascript, nodejs, typescript
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TypeScript Course Project - Node.JS Server
### Info
This is the repository for UI.dev's "TypeScript" course project.
For more information on the course, visit **[ui.dev/typescript](https://ui.dev/typescript/)**.
### Project
This project is a small NodeJS web server with some static pages and a dynamic route. All the code is type checked by the TypeScript compiler.
To run this project locally:
```shell
npm i
npm run start
```