This project is implemented with SolidJS, powered by solid-start
The scope of the project is currently unknown, but the following technologies are to be used:
- Auth.JS for session based authentication
- TailwindCSS for inline css styling
- Vitest for unit tests
- Zod for environment and schema validation
- (Maybe) Kobalte component library for SolidJS
Install dependencies with pnpm install, and start the development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --openSolid apps are built with adapters, which optimise your project for deployment to different environments.
By default, pnpm run build will generate a Node app that you can run with pnpm start. To use a different adapter, add it to the devDependencies in package.json and specify in your vite.config.js.
- Good example REPO with auth
- Component Party to compare SolidJS syntax with React (select on the top)