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 install
NODE VERSION : 10.23.1
First, run the build process:
npm run build
Then run the app and Enjoy!
npm run start
To tun E2E: run the app as shown before & run the follwing command on a separete tab:
npm run cypress
To tun unit-test:
npm run test