
Getting Started Guide
How to Use Tempo
A practical guide to get you up and running with Tempo. Written by Delv Editorial, Delv Team.
Getting started with Tempo
In this guide, you'll learn how to set up Tempo, a visual IDE for React, and create your first layout. By the end, you’ll be able to collaborate effectively with your team, even if you’re not a coding expert.Step 1: Sign up and set up
- Go to Tempo's website.
- Click on the "Get Started" button located on the homepage.
- You can sign up using your email or a third-party account like Google. Follow the prompts to create your account.
- Once signed in, you’ll be taken to your dashboard. Here, you can start a new project by clicking the "+ New Project" button.
Step 2: Your first layout
- After creating your project, you’ll see the visual editor interface.
- On the left sidebar, drag and drop elements (like buttons, images, and text boxes) onto the canvas in the centre.
- Click on each element to customise properties such as size, colour, and text in the right-side properties panel.
- Once your layout is ready, click on the “Preview” button at the top right to see how it looks in an actual browser view.
- If you're happy with it, click the "Export Code" button to download your layout as React components.
Step 3: Get better results
- Use the "Grid" feature from the top menu to align your elements neatly. This helps maintain a clean layout.
- Familiarise yourself with the "Style" tab in the properties panel to adjust margins and paddings for a polished look.
- Regularly save your work by clicking the “Save” button in the top right corner.
- For more complex layouts, consider using the “Components” library on the left sidebar to access pre-made components that you can easily integrate.