gopherhole/client
Adam Veldhousen f76004a261
some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly
2021-05-13 10:54:52 -05:00
..
public some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
src some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
.gitignore some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
README.md some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
package.json some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
rollup.config.js some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
tailwind.config.js some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00
tsconfig.json some style tweaks to the frontend, added search bar, fixed bug with errors not showing correctly 2021-05-13 10:54:52 -05:00

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