Skip to content

revell29/Travel_website-NextJS

Repository files navigation

Travel Site

this project was built with Next JS and tailwind CSS.

Deploy with Vercel

alt text

Live Demo

you can see the completed website in action here

Getting Started

Run on development server

  • clone this repository
  • yarn install or npm install
  • yarn dev
  • open http:https://localhost:3000 with your browser to see the result

For production

  • run yarn build or 'npm run build`
  • then, run yarn start to start production build
  • open http:https://localhost:3000 with your browser to see the result