stefanreifenberg / sveltekit-cubed-starter

Sveltekit svelte-cubed starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sveltekit svelte-cubed starter template

I have been tinkering with svelte-cubed and found myself wanting to create a starter template for my projects. This template is a simple Svelte app that uses the svelte-cubed framework to create a simple Three.js scene.

Here is a screenshot of the app:

Getting started

Clone this repo and cd into the directory. After that install the dependencies with npm install. Then run npm run dev to start the development server.

# create a new project in the current directory
npm install 

# create a new project in my-app
npm run dev

Have fun!

About

Sveltekit svelte-cubed starter template

License:MIT License


Languages

Language:Svelte 77.7%Language:HTML 12.2%Language:JavaScript 10.0%