This Desktop landing page of Travel Agency, Tour Agency, Trip, Vacation, SaaS for travel, and the like.
- Make sure you have an LTS version of Node.js installed on your computer. Download and install if needed.
- Clone this repository.
- Change the folder name from
parcel-project-template
to the name of your project. - Create a new empty GitHub repository.
- Open the project in VSCode, launch the terminal and link the project to the GitHub repository by instructions.
- Install the project's dependencies in the terminal with the
npm install
command. - Start development mode by running the
npm start
command. - Go to http://localhost:1234 in your browser. This page will automatically reload after saving changes to the project files.