Get up and running with Svelte, Typescript, Tailwind and Vite. Also includes testing setup using Jest.
npx degit "srmullen/sttv#main" my_app
cd my_app
npm install
npm run dev
npm run test
or
npm run test:watch
npm run build
npm run serve
Get up and running with Svelte, Typescript, Tailwind and Vite. Also includes testing setup using Jest.
npx degit "srmullen/sttv#main" my_app
cd my_app
npm install
npm run dev
npm run test
or
npm run test:watch
npm run build
npm run serve