Quick Start

This guide will help you create and run your first Nijor project.

Install the CLI

In order to use Nijor, make sure you have Bun installed (Node will also work).
Intall Nijor globally :


        bun add nijor -g
    

Create a project


        nijor create my-app
    

        cd my-app
    

A Nijor project is created with many files and folders.

Start the dev server


        nijor dev
    

The dev server will start on port 3000 with live_reload enabled. You can change this behavior in the nijor.config.js.