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.
Extract the nexttravel.zip file.
Open the Terminal, type cd command to go to nextjstravel folder
Type and run
npm i
oryarn install
the commandOnce the installation is completed successfully without errors you can run the template in the
npm run dev
or with yarn isyarn dev
command.Open the browser at the URL:
localhost:3000
All done. Thank you.
Last updated