Skip to content

yu2056/todo

 
 

Repository files navigation

Todo app

This is simple todo app that uses SurrealDB database

Setup

  1. Clone repository
    git clone https://github.com/DrigsterI/todo
  2. Install dependencies
    npm i
  3. 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
  4. Start database
    npm run db
  5. Start server
    npm run dev

Additional tools

  1. Tailwind - server updates tailwind.css
    npm run tailwind
  2. LiveReload - reloads browser page for you
    npm run livereload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 2.8%
  • TypeScript 1.9%
  • CSS 0.1%