Skip to content

Latest commit

 

History

History

typescript-starter-deno

Nitric TypeScript + Deno Starter Template

This is a TypeScript starter template for Nitric projects. It includes a simple HTTP function that returns a JSON response, which uses Deno for package management and runtime.

About Nitric

This is a Nitric TypeScript project, but Nitric is a framework for rapid development of cloud-native and serverless applications in many languages.

Learning Nitric

Nitric provides documentation and guides to help you get started quickly.

If can also join Discord to chat with the community, or view the project on GitHub.

Running this project

To run this project you'll need the Nitric CLI installed, then you can use the CLI commands to run, build or deploy the project. You'll also need to install Deno for dependency management.

Install the dependencies:

deno install

Next, start nitric services.

This will automatically restart when you make changes to your functions

nitric start

You'll see your services connect in the terminal output.