Skip to content

Getting Started

Hamed Araab edited this page Sep 21, 2023 · 7 revisions

Installing Navand's Command-Line Tool

To get started, install Navand's command-line tool first:

dart pub global activate navand_cli

To learn more about Navand's command-line tool, run:

navand --help

Setting Up Your App

Head to the directory in which you want to set up your application and run:

navand create my_first_navand_app

NOTE: You should pass just the app name to navand create. Values like path/to/my_new_navand_app are not supported.

Serving Your App

After setting up your project, head to your app's directory:

cd my_first_navand_app

And serve it:

navand serve

Building Your App

To build your app, run:

navand build

The output can be found in build/.

Overview

Core Features

Clone this wiki locally