This repository is a monorepo containing various examples that demonstrate how to use the jadis framework.
Each subdirectory contains a self-contained example project. You can explore different features and use-cases of jadis by browsing these folders.
jadis-examples/
└── packages/
├── todo-list/ <-- A simple todo-list example
└── minesweeper/ <-- The Minesweeper game
Each example is deployed to github pages. You can test them individually.
-
Clone the repository:
git clone https://github.com/bioleyl/jadis-examples.git cd jadis-examples -
Install dependencies: Each example has its own
package.jsonbut you can install all dependencies with pnpm:pnpm install
-
Move in the example you want to test
cd packages/minesweeper/ -
Run the example:
pnpm dev
Feel free to open issues or submit pull requests with new examples or improvements.
This repository is licensed under the MIT License.