A convenient Svelte project starter setup and ready to go
The Svelte App Project Starter is a repository that provides a frontend/static Svelte app project starter. It allows developers to quickly scaffold a new Svelte app without the need to worry about configuring add-ins and bundling. The starter includes various features and configurations such as Tailwindcss for styling, ESlint for linting, Prettier for formatting, and Husky for auto-checking styles pre-commit. It also includes a special global DEV variable that can be used anywhere in the app, making it convenient for injecting debug behavior during development.
To install the Svelte App Project Starter, follow these steps:
npx degit ejolly/create-svelte-app yourAppName
cd yourAppName
npm install
localhost:5000 in your browser:npm run dev
The Svelte App Project Starter is a convenient repository for quickly setting up a new Svelte app without the need to worry about configuring add-ins and bundling. It includes features such as Tailwindcss for styling, ESlint for linting, and Prettier for code formatting. Developers can easily deploy their app using services like Netlify. The starter also provides a special global DEV variable that can be used for debugging during development. With easy installation steps, developers can get started with their Svelte app project efficiently.