Getting Started
Quickstart
1
Install Morph with pip Command
Shell
2
Create a Morph Project
Use the morph new
command to create a Morph project.
Shell
3
Start the Morph Development Server
Use the morph serve
command to start the Morph development server.
Shell
4
Open the App in a Browser
Access localhost:8080
to open the app.
5
Build your app using SQL, Python, and MDX
This is the end of the quickstart. Now you can build your app using SQL, Python, and MDX!