Template project that saves time on configuring good practices that I use in my all web projects.
The big reason why I built this project is because I want it to automate setup of:
.nvmrc
: In case you, contributors, are using different node version..vscode/
): Tells what you need in terms of vscAlso, it sets some settings I don't need to set every time I create project such as:
port
to 3000 (see vite.config.ts
)svelte.config.js
)src/routes/+layout.svelte
:src/lib/config.ts
)Inter
fontpnpm
Clone the project
git clone https://github.com/ravaeljasny/svelteplate
Go to the project directory
cd svelteplate
Install dependencies
pnpm install
Start the server
pnpm dev
Contributions are welcome!