https://github.com/narze/single-page-svelte
Build a single page app with Svelte, quickly.
https://github.com/narze/single-page-svelte
meme svelte tailwind template typescript vite
Last synced: about 1 year ago
JSON representation
Build a single page app with Svelte, quickly.
- Host: GitHub
- URL: https://github.com/narze/single-page-svelte
- Owner: narze
- Created: 2021-08-23T02:00:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T16:42:22.000Z (over 4 years ago)
- Last Synced: 2025-04-17T00:18:13.796Z (about 1 year ago)
- Topics: meme, svelte, tailwind, template, typescript, vite
- Language: Svelte
- Homepage: https://single-page-svelte.vercel.app
- Size: 185 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Single Page Svelte
Build a single page app with Svelte, quickly.
Check out [SvelteKitty](https://github.com/narze/svelte-kitty) for SvelteKit version.
## Setup
- Clone/fork this repository
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`
## What's included
- Svelte (TypeScript), built with [Vite](https://vitejs.dev)
- Tailwind.css using [Twind](https://twind.dev)
- [Ko-fi](https://ko-fi.com)
- [Jest](https://jestjs.io) & [@testing-library/svelte](https://testing-library.com/docs/svelte-testing-library)
## TODOs
- [ ] Responsive design (Mobile first)
- [ ] Linting with ESLint
- [ ] Toggleable Dark Mode
- [ ] Modal view (About/Credits)