Install

The project is built by Nextjs, so development and construction will follow CRA guidelines, please check more carefully here -https://beta.nextjs.org/docs/installation

System Requirements:

  • Nodejs 18 or later.

  • macOS, Windows (including WSL), and Linux are supported.

  1. Extract the nexttravel.zip file.

  2. Open the Terminal, type cd command to go to nextjstravel folder

  3. Type and run npm i or yarn install the command

  4. Once the installation is completed successfully without errors you can run the template in the npm run dev or with yarn is yarn dev command.

  5. Open the browser at the URL: localhost:3000

  6. All done. Thank you.

Last updated