ID311 Final Peoject
src | ||
static | ||
.gitignore | ||
.npmrc | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.ts |
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.