Deploy Todo App
The first application we’ve built for Every App is a really nice, minimal todo list app. It’s been really surprising how much goes into making a great todo list application from keyboard navigation, optimistic mutations, and optimizing for a mobile PWA experience.
We recommend deploying this app so that you can see how easy it is to deploy open source full stack apps, but also hopefully to inspire you to build an app 10x better than this demo.
-
Clone the
every-apprepoTerminal window npx gitpick every-app/every-app/tree/main/apps/todo-app every-todo-app -
Navigate to the Todo App
Terminal window cd every-todo-app -
Deploy the app
Terminal window every app deploy -
Go back to the Every App Gateway, refresh and you should see it as an app for you to try out.
Next Steps
Ready to build your own app? Check out Start from Template.