SvelteKit Template with UnoCSS, SASS, inlang.
See https://github.com/rainerstudhalter/studhalter.dev for an example of how it might be used.
project_name=domain.tld
git clone https://github.com/rainerstudhalter/studhalter-sveltekit-basetemplate.git $project_name
cd $project_name
npm install
# start dev server and go to http://localhost:5173
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
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.