Skip to content

guilhermejbranco/testlist2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To-do List

to-do list

Followed Egghead React tutorial

Created server to persist the list of to-dos with a JSON server node module

npm i -g json-server

Create db.json file to store the to-do objects

Run server on port localhost:8080

json-server -p 8080 --watch db.json

Check object data in the server

curl localhost:8080/todos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published