Skip to content
Cesar Blender edited this page Sep 13, 2023 · 4 revisions

AstralJS Wiki

Welcome to the AstralJS wiki!

Here you will find a quick guide to start using AstralJS.

Quick Start

To create a simple Rest API server just clone the template using:

pnpm create astral-app

To run the development server:

pnpm start:dev

What's next

View Getting Started to start understanding how AstralJS work.

Clone this wiki locally