Prerequisite: an Airtable account, maybe a Glich account
- Remix this on Glitch
- Get your API key by going to https://airtable.com/account and clicking "Generate key"
- Get your base id by going to your base and clicking "Help (i)" and then "API Documentation"
- Put your
AIRTABLE_BASE
andAIRTABLE_API_KEY
in.env
Click Show
in the header to see your app live. Updates to your code will instantly deploy and update live.
Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.
Find out more about Glitch.
On the front-end,
- edit
public/client.js
,public/style.css
andviews/index.html
- drag in
assets
, like images or music, to add them to your project
On the back-end,
- your app starts at
server.js
- add frameworks and packages in
package.json
- safely store app secrets in
.env
(nobody can see this but you and people you invite)