- Load todos from API
- Create a new ToDo
- Edit a ToDo
- Toggle a ToDo
- Delete ToDo
- Show non completed counter
node
and npm
npm i
to install dependencies
After you have installed all dependencies, you may run the app.
npm run server
npm run client
- Go to
http://localhost:4000
You can change the port, now 4000 - because json-server runs on 3k-, into .env file.