thealmarques / tinymce-react-plugin

TinyMCE plugin example using React, Typescript, Jest, and Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyMCE Plugin template

TinyMCE plugin template built with React, Typescript, Jest, and Webpack.

Installation

git clone https://github.com/Digital-Crafting/plugin-template.git
yarn

How to run it

yarn start

Use live reload server extension (VSCode) in file /demo/html/index.html for hot reload.

How to build

For production environments

yarn run build

About

TinyMCE plugin example using React, Typescript, Jest, and Webpack

License:Other


Languages

Language:JavaScript 61.8%Language:TypeScript 24.6%Language:SCSS 13.7%