This repository houses a demo dashboard showing how to use Airplane to create internal tools.
See Tutorial here
-
Clone this repo:
git clone https://github.com/EBEREGIT/Airplane-Order-Dashboard
. -
Navigate into the project directory:
cd Airplane-Order-Dashboard
. -
Install dependencies:
npm i
. -
Run the following command to start a local server:
airplane views dev order_dashboard_views
. -
Press ENTER to preview the project on a browser or navigate to this URL:
http://localhost:5174/
.