https://github.com/atilafassina/start-start
A demo on how to create starters with SolidStart
https://github.com/atilafassina/start-start
fullstack solid solidjs solidstart ssr starter starter-kit template typescript
Last synced: 9 months ago
JSON representation
A demo on how to create starters with SolidStart
- Host: GitHub
- URL: https://github.com/atilafassina/start-start
- Owner: atilafassina
- Created: 2024-01-17T10:54:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T21:00:32.000Z (about 2 years ago)
- Last Synced: 2025-02-08T02:07:21.553Z (about 1 year ago)
- Topics: fullstack, solid, solidjs, solidstart, ssr, starter, starter-kit, template, typescript
- Language: TypeScript
- Homepage: https://start-start.netlify.app
- Size: 682 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StartStart
Getting a headstart onto [SolidStart](https://start.solidjs.com).
## Whatโs this?
This is an opinionated starter built on top of the official template. Beyond the initial setup it has:
- ๐ Error boundary.
- ๐ช Fetch requests with caching.
- ๐ฎ Route data preloading.
- Data handling within route with `` / `` combo.
## Clone it
```sh
pnpm dlx degit atilafassina/start-start
```
## Use it
- To create new fetch requests, change the `src/lib/db.ts`.
- Add new `.tsx` files to create more routes within the app.
## Check the video guide
[](https://www.youtube.com/watch?v=2K5cLC_b64w)