This is simple todo app that uses SurrealDB database
- Clone repository
git clone https://github.com/DrigsterI/todo - Install dependencies
npm i - Install database
Mac:brew install surrealdb/tap/surreal
Linux:curl -sSf https://install.surrealdb.com | sh
Windows(powershell):iwr https://windows.surrealdb.com -useb | iex - Start database
npm run db - Start server
npm run dev
- Tailwind - server updates tailwind.css
npm run tailwind - LiveReload - reloads browser page for you
npm run livereload