Skip to content

remirror/remirror-examples

Repository files navigation

Remirror Examples

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

With Next.js

  • Open Example in StackBlitz

  • Open Example in CodeSandbox

  • 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 

With Jest and ts-jest

  • Open Example in StackBlitz

  • Open Example in CodeSandbox

  • 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

With Jest and @swc/jest

  • Open Example in StackBlitz

  • Open Example in CodeSandbox

  • 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

About

Remirror examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •