Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T21:00:32.000Z (11 months ago)
- Last Synced: 2024-01-29T23:18:01.098Z (11 months 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: 1
- Forks: 0
- 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
[![cover on youtube for "Get Started with SolidStart"](/public/oss.png)](https://www.youtube.com/watch?v=2K5cLC_b64w)