FlyApp its a react application that shows you flight prices based on destination and dates.
You can run the code following the instruction bellow or check the deployed app on Heroku
Use the package manager to install flyApp.
npm installNODE VERSION : 10.23.1
First, run the build process:
npm run buildThen run the app and Enjoy!
npm run startTo tun E2E: run the app as shown before & run the follwing command on a separete tab:
npm run cypressTo tun unit-test:
npm run test