Skip to content

Marko Supabase Todo App is a non-trivial demo application built using Marko Run.

License

Notifications You must be signed in to change notification settings

wmalarski/marko-supabase-todo-app

Repository files navigation

Thanks for checking out Marko

Installation

npx @marko/create marko-app --template basic-ts
cd marko-app
npm install
npm run dev

Environmental variables

VITE_PUBLIC_SUPABASE_URL=
VITE_PUBLIC_SUPABASE_ANON_KEY=

Overview

This project is powered by @marko/run.

  • Run npm run dev to start the development server
  • Run npm run build to build a production-ready node.js server
  • Run npm run preview to run the production server

Adding Pages

Pages map to the directory structure. You can add additional pages by creating files/directories under src/routes with +page.marko files. Learn more in the @marko/run docs.

About

Marko Supabase Todo App is a non-trivial demo application built using Marko Run.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages