Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 314 Bytes

Remix todo list

Remix todo list app

Why?

Bored & well remix is v interesting

Setup

npm i # pnpm i
npx prisma db push # create and migrate db ( using sqlite as default )
npx prisma db seed # seed, for user login see seed.ts
npm run dev # run server and checkout http://localhost:3000