ID311 Final Peoject
Go to file
2025-06-01 23:59:54 +09:00
src AddPlaces with autocomplete 2025-06-01 23:59:54 +09:00
static itinerary page: itinerary section 2025-05-30 23:49:58 +09:00
.gitignore Initial commit 2025-05-26 13:38:50 +09:00
.npmrc Initial commit 2025-05-26 13:38:50 +09:00
package-lock.json added map @ itinerary page 2025-05-31 23:39:27 +09:00
package.json added map @ itinerary page 2025-05-31 23:39:27 +09:00
README.md itinerary page: itinerary section 2025-05-30 23:49:58 +09:00
svelte.config.js Initial commit 2025-05-26 13:38:50 +09:00
tsconfig.json Initial commit 2025-05-26 13:38:50 +09:00
vite.config.ts added map @ itinerary page 2025-05-31 23:39:27 +09:00

Travel App

How to Start

First, you need to clone this repository by clicking the triple dots button → Open with VS Code or using the command below:

git clone http://git.prototyping.id/20210782/travel-app.git

Then, you need to download the project dependencies by typing this command:

npm install

Developing

Once you've created a project and installed dependencies, start a development server:

npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.