Ready-to-develop template for SolidJS
title
api
: Backend serverless functions served on Vercelpublic
: Public directory to drop static filessrc
: Frontned SolidJS part where magic happenssrc/routes.ts
: All routes controlled in heretools
: Set of utility to help you jump-start your project# Build command
npx pnpm build
# Output directory
dist
# Install command
npx pnpm install -r --store=node_modules/.pnpm-store
# Development command
pnpm vite-dev
# With backend API
pnpm vercel-dev
# Without backend API
pnpm vite-dev
pnpm build