This repository contains examples of Remirror with different frameworks. Clone this repository or click the links below to open an example with StackBlitz or CodeSandbox.
With Vite
-
Download the example
curl https://codeload.github.com/remirror/remirror-examples/tar.gz/main | tar -xz --strip=1 remirror-examples-main/with-vite cd with-vite npm install npm run dev
With Next.js
-
Download the example
curl https://codeload.github.com/remirror/remirror-examples/tar.gz/main | tar -xz --strip=1 remirror-examples-main/with-nextjs cd with-nextjs npm install npm run dev
-
Download the example
curl https://codeload.github.com/remirror/remirror-examples/tar.gz/main | tar -xz --strip=1 remirror-examples-main/with-jest-ts cd with-jest-ts npm install npm run test
-
Download the example
curl https://codeload.github.com/remirror/remirror-examples/tar.gz/main | tar -xz --strip=1 remirror-examples-main/with-jest-swc cd with-jest-swc npm install npm run test