Quickly discover what the solid compiler will generate from your JSX template
This is the source code of the solid playground website.
Through it you can quickly discover what the solid compiler will generate from your JSX templates.
There are 3 modes available:
This project is built using the pnpm package manager.
Once you got it up and running you can follow these steps the have a fully working environement:
# Clone the project
$ git clone https://github.com/solidjs/solid-playground
# cd into the project and install the dependencies
$ cd solid-playground && pnpm i
# Start the dev server, the address is available at http://localhost:5173
$ pnpm run dev
# Build the project
$ pnpm run build