Render Tutorials
Learn Blueprints by shipping a live app

Get the code

⏱ 5 min

Prerequisites

1. Fork the starter

  1. Open the starter Go to ojusave/firstdeploy-starter.
  2. Fork it Click Fork and create the fork under your GitHub account.

2. Clone your fork

Replace YOUR_GITHUB_USERNAME with your username:

Terminal window
git clone https://github.com/YOUR_GITHUB_USERNAME/firstdeploy-starter.git
cd firstdeploy-starter

3. Open your track folder

Terminal window
cd typescript
ls

Done when: you see package.json, src/server.ts, and public/.

Terminal window
cd python
ls

Done when: you see main.py, requirements.txt, and static/.

There is no render.yaml at the repo root yet. That is intentional.

What you learned

  • One monorepo, two track folders
  • No render.yaml in the starter yet
  • Next: run Service Card locally