Skip to content

Tutorials

In this section, we provide some guides to help you start a Hitchy-based application as well as getting familiar with some of Hitchy's features by example.

Quick start

We provide a tool for setting up a new Hitchy-based application project in minutes. So, if you don't care to see the basic bits and pieces of Hitchy, but rather would like to create a new project from scratch, then this tool is for you.

Prerequisites

You need a local installation of Node.js and its package manager npm, at least.

On a command line prompt, invoke this command:

bash
npm create hitchy my-application

It will ask you a few question about the intended setup and eventually create a new Hitchy-based application's project in subfolder my-application.

Step-by-step tutorials