Example Project from A First Look at SolidStart
SolidStart provides a first-party project starter and metaframework for SolidJS. It prescribes a recommended way to organize, architect, and deploy SolidJS applications. Vite is included for the build tool along with extra Solid packages for common functionality and a CLI for generating templated projects. These packages enable features such as routing, MetaTags, different rendering modes, TypeScript support, and deployment adapters.
git clone https://github.com/ajcwebdev/a-first-look.git
cd frontend/solidstart
pnpm i
pnpm dev