hotel booking website inspired by Agoda implemented with NextJS React
follow the instructions below to get a copy of the project up and running on your local machine for development and testing purposes.
- NodeJS
-
Clone the repo
-
Install dependencies
with npm
npm installwith yarn
yarn install- Run the app
with npm
npm run devwith yarn
yarn dev