1

Install Morph with pip Command

Shell
pip install morph-data
2

Create a Morph Project

Use the morph new command to create a Morph project.

Shell
morph new morph-starter-app
3

Start the Morph Development Server

Use the morph serve command to start the Morph development server.

Shell
morph serve
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!