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