/hoth

A Node.js framework based on fastify

Primary LanguageTypeScriptMIT LicenseMIT

hoth

A Node.js framework based on fastify

npm version downloads Build Status Coverage Status semantic-release

Requirements

Node.js v12 or later.

Install

npm install @hoth/cli --global

Quick start

Create a project:

hoth generate myproj

project types

Install dependencies:

npm install

To start the service in dev mode:

npm run dev