Fullstack example application that shows how solid-quiz can be used in solid start.
Requirements: Nodejs (npm), pnpm, mongodb (local or cloud)
- Clone the repository
- Install all packages with
pnpm install
- Set up the .env file (copy .env.example and remane the file) type you local mongodb url for you local db inside the file
- Start the development server with
pnpm dev
- Test the example on
http://127.0.0.1:3000/home
If you have a problem with the library, create a new issue.