Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eiskalteschatten/typescript-fastify
- Owner: eiskalteschatten
- Created: 2024-01-18T21:12:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T13:58:20.000Z (5 months ago)
- Last Synced: 2024-10-17T08:49:15.540Z (2 months ago)
- Topics: ejs, fastify, typescript
- Language: SCSS
- Homepage:
- Size: 636 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```