Welcome to the SvelteStarterKit! This repository serves as a starting point for your projects. It comes packed with essential features and a carefully selected tech stack to boost your development process.
Follow these steps to set up your development environment:
Clone the repository:
git clone https://github.com/glazk0/svelte-starter-kit.git
cd svelte-starter-kit
Install dependencies:
npm install # or yarn install or pnpm install
Configure environment variables:
Duplicate the .env.example
file and rename it to .env
. Update the values as needed.
Run the application:
npm run dev # or yarn dev or pnpm dev
Your app will be running at http://localhost:5173.
Here's a brief overview of the project structure and how to use it:
src/
: Contains the source code of the project.src/lib/
: Contains the shared code that can be used across the app.static/
: Static assets.Feel free to explore and modify the code to fit your project's requirements.
I welcome contributions from the community! If you have suggestions, bug reports, or want to contribute new features, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy coding! 🚀