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 f76004a261
some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly
3 years ago
..
public some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
src some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 3 years ago
.gitignore some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 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.json some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 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