Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T16:42:22.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:39:59.375Z (6 months ago)
- Topics: meme, svelte, tailwind, template, typescript, vite
- Language: Svelte
- Homepage: https://single-page-svelte.vercel.app
- Size: 185 KB
- Stars: 9
- 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)