-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Hamed Araab edited this page Sep 21, 2023
·
7 revisions
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
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.
After setting up your project, head to your app's directory:
cd my_first_navand_app
And serve it:
navand serve
To build your app, run:
navand build
The output can be found in build/
.
Made with <3 by Hawmex.