In order to run this project follow the following steps:
- Install Node 16 - you can also use Node Version Manager
- Open the command line in the project's root and run
yarn
- it will install all the dependencies of the project - Still in the command line in the project's root, run
yarn start
- it will run the app in development mode; - Open http://localhost:3000 to view it in the browser.
- All the commits pushed to
master
branch will be deployed directly to production. Check Github Action to see the status of the deployment - Happy coding! :)
This app was developed with: