Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eiskalteschatten/typescript-fastify

This is a simple boilerplate project for an application that uses Fastify, EJS and TypeScript.
https://github.com/eiskalteschatten/typescript-fastify

ejs fastify typescript

Last synced: about 2 months ago
JSON representation

This is a simple boilerplate project for an application that uses Fastify, EJS and TypeScript.

Awesome Lists containing this project

README

        

# TypeScript Fastify

To start locally for development:

```
npm run dev
```

The app runs at `http://localhost:4000`.

To build:

```
npm run build
```

To start after building:

```
npm start
```