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)
This app has a database!
- this app uses sqlite but you can power your apps with a number of other storage options
sqlite.db
is created and put into the.data
folder, a hidden directory whose contents aren’t copied when a project is remixed. you can see the contents of.data
in the console under "Logs"
Made by Glitch
\ ゜o゜)ノ