Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



UI.dev Logo



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
```