web project for reactomatoes
Note: This project depends on an api, you might develop your own or use this sibling project
First install all dependencies:
npm install
Then make sure the url for the api is correctly set in the start script so that this project will have access to the api endpoints
And then just run the application:
npm start