A travel search app that's patterned after a real one.
The frontend and backend were created with:
- Run
yarn installornpm installin /client and /server. - Run
yarn startornpm run startin /client. - Run
yarn start:devornpm run start:devin /server. - Open
localhost:3000in your browser. Note the port number!