Skip to content

zipang/solid-start-panda-starter

Repository files navigation

SolidStart + Panda UI Starter

Everything you need to build a Solid project, powered by solid-start and Panda CSS;

Install bun

curl -fsSL https://bun.sh/install | bash

See https://bun.sh/docs/installation#installing

Clone the repo with degit

mkdir my-project-name
cd my-project-name
bunx degit zipang/solid-start-panda-starter

Install the dependencies with bun install

Configure

Authentication

We use secrets to handle authentication with 3rd party services like Github or Google. The environment file .env.sample can be copied and edited with real values as .env.local for local dev and .env.prod for.. deployment.

Develop!

Start the development server:

bun dev

About

A starter template for applications with the Solid Start framework and Panda UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published