An open API service indexing awesome lists of open source software.

https://github.com/ysm-dev/solidstart-test


https://github.com/ysm-dev/solidstart-test

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SolidStart

This directory is a brief example of a [SolidStart](https://github.com/ryansolid/solid-start) site that can be deployed to Vercel with zero configuration.

## Deploy Your Own

Deploy your own SolidStart project with Vercel.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/solidstart&template=solidstart)

_Live Example: https://solid-start-template.vercel.app_

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

This uses the [Vercel Adapter](https://github.com/solidjs/solid-start/tree/main/packages/start-vercel) for SolidStart.

```bash
npm run build
```