You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Veldhousen 9c147d1b79
fixed some time related bugs with metrics/stats queries
3 years ago
..
public added multiple pages and API calls for them 3 years ago
src fixed some time related bugs with metrics/stats queries 3 years ago
README.md some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
package-lock.json refactoring 3 years ago
package.json added multiple pages and API calls for them 3 years ago
rollup.config.js some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
tailwind.config.js some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
tsconfig.json some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago

README.md

Svelte TypeScript Tailwindcss Setup

svelte template based on the default svelte/template with enabled typescript and tailwindcss support.

npx degit munxar/svelte-template my-svelte-project
cd my-svelte-project
npm i
npm run dev