Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 681 Bytes

cra-template-tiptap

A Tiptap template for Create React App

usage

To use this template within your project, add --template tiptap when creating a new app.

For example:

npx create-react-app my-app --template tiptap

# or

yarn create react-app my-app --template tiptap

Cloning this repo pulls down the Titap template only; not a bundled and configured Create React App.

For more information, please refer to: