@hoth/molecule

molecule plugin for hoth framework

Usage no npm install needed!

<script type="module">
  import hothMolecule from 'https://cdn.skypack.dev/@hoth/molecule';
</script>

README

hoth

A Node.js framework based on fastify

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