Installation

Requirements

Before you start using Typetron, make sure you have Node.js >12.14 installed.

Installation

Typetron provides a CLI(Command Line Interface) for scaffolding new projects. You get install the Typetron CLI with npm:

$ npm install -g typetron

Once you installed the Typetron CLI you can use the new command to create a new project:

$ typetron new MyProject

In order to start running your project, go inside it and run the following command:

$ npm start

This will create a development server on you machine that automatically reloads the app when you make code changes. You can open your app at http://localhost:8000.

Next steps

We recommend you go to the Tutorials section if you are just getting started with Typetron.