A simple Holiday Calendar built using ReactJS and Holiday REST API
A simple holiday calendar built using ReactJS and RESTful API
First, start the JSON-Server on port 3000 npm run json:server
. This will create a RESTful service from the data.json
file. Then, start the development server npm start