Skip to content

cge/prosemirror-react-example

Repository files navigation

prosemirror-react-example · lerna node npm yarn

Project setup is based on https://github.com/react-workspaces/react-workspaces-playground

Features

  • ⚛️ Create React App 3 (React 16.12)
  • 📖 Storybook 5
  • 🐈 Yarn Workspaces
  • 🐉 Lerna 3
  • ✨ Host Multiple CRA Apps, Component Libraries & Storybooks in one Monorepo
  • 🔥 Hot Reload all Apps, Components & Storybooks
  • 👨‍🔬 Test all workspaces with Eslint & Jest using one command

Usage

Install all dependencies

In the project root, type yarn.

Start App

cd packages/apps/app1
yarn start              # launches: http://localhost:3000/

Start Storybook

cd packages/storybook
yarn storybook          # launches: http://localhost:9009/?path=/story/rte--with-value

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published