https://github.com/netlify-templates/solid-quickstart
A Solid Quickstart template that will get you started with everything you need to build a Solid project
https://github.com/netlify-templates/solid-quickstart
netlify quickstart solid template
Last synced: about 14 hours ago
JSON representation
A Solid Quickstart template that will get you started with everything you need to build a Solid project
- Host: GitHub
- URL: https://github.com/netlify-templates/solid-quickstart
- Owner: netlify-templates
- License: mit
- Created: 2022-10-11T18:49:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T07:23:33.000Z (2 days ago)
- Last Synced: 2025-05-12T08:44:48.506Z (2 days ago)
- Topics: netlify, quickstart, solid, template
- Language: TypeScript
- Homepage: https://solid-quickstart.netlify.app/
- Size: 383 KB
- Stars: 17
- Watchers: 3
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solid Quickstart

This template's goal is to showcase the routing features of Solid.
It also showcase how the router and Suspense work together to parallelize data fetching tied to a route via the `.data.ts` pattern.## Deploy to Netlify
Want to deploy immediately? Click this button
[](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/solid-quickstart?utm_campaign=template-team&utm_source=dtn-button&utm_medium=dtn-button&utm_term=solid-qt-dtn-button&utm_content=solid-qt-dtn-button)
Clicking this button will create a new repo that looks exactly like this one and will set it up for immediate deployment on Netlify.
## Getting Started
If you want to get started locally, you can clone the project, install the dependencies and run the dev command!
```
git clone https://github.com/netlify-templates/solid-quickstart.git
cd solid-quickstart
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!## Deploying using the Netlify CLI
- Install the Netlify CLI globally `npm install netlify-cli -g`
- Run `npm run build`- Then use the `netlify deploy` for a deploy preview link or `netlify deploy --prod` to deploy to production
Here are a few other ways you can deploy this template:
- Use the Netlify CLI's create from template command `netlify sites:create-template solid-quickstart` which will create a repo, Netlify project, and deploy it
- If you want to utilize continuous deployment through GitHub webhooks, run the Netlify command `netlify init` to create a new project based on your repo or `netlify link` to connect your repo to an existing project## Support
If you get stuck along the way, get help in our [support forums](https://answers.netlify.com/).