hew / sqlite-react-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite React Todo App

Getting Started

Install dependencies

 yarn 

Run the frontend (do this in one terminal window)

 yarn run start-backend

Run the backend (do this in another terminal window)

yarn run start-backend

(Optionally, you can use npm for this — just switch into the frontend/backend folders and npm / npm run start from there.)

Notes

  • The prepopulated Todos are a couple days into the future.

About


Languages

Language:JavaScript 94.3%Language:HTML 5.4%Language:CSS 0.4%