Framework
Building the Frontend
In Morph, you build the frontend using Markdown. By placing components in Markdown files, you can build the UI of your web application.
Development Flow
The steps for frontend development in Morph are as follows.
1
Create .mdx Files
By creating .mdx
files in the src/pages
directory, you can create pages for your web application. The file name becomes the URL path.
2
Add Page Title
Add a page title to the .mdx
file. The first heading of the page is treated as the title.
3
Place Components
Refer to the Component Reference and place components suitable for your data application.
4
Start the Development Server
By starting the development server, you can check the web application locally.