Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 608 Bytes

Todo-AIO

todo-aio, all frontend development in one little todo-list app.

How to build data api

  1. run ./server/todo.sql in your database connection software or in your mysql

  2. change host and password in ./server/connection.js

  3. run npm run start in the root directory of server

Pre-knowledge

RTFM

todo-vanilla

todo-react

todo-vue