A website template built with Svelte for learning purposes.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/Ariffansyah/WebsiteTemplate.git
cd WebsiteTemplate
Install dependencies:
npm install
npm run dev
bun install
bun run dev
Open the development server:
http://localhost:5173
(default Vite port)..
├── .vscode/ # VS Code configuration files
├── public/ # Static assets
├── src/ # Source files (Svelte components, scripts, and styles)
├── .gitignore # Git ignore file
├── bun.lockb # Dependency lock file for bun
├── index.html # Entry point for the app
├── package.json # npm dependencies and scripts
├── svelte.config.js # Svelte configuration file
├── tailwind.config.js # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
└── vite.config.ts # Vite configuration file
This project is for educational purposes and does not include a specific license.
Let me know if you'd like to add more sections or details, such as deployment instructions or screenshots!