Skip to content

Instantly share code, notes, and snippets.

View jbellospe's full-sized avatar

Jorge Luis Bello Spezzia jbellospe

View GitHub Profile
@jbellospe
jbellospe / tinymce-react-nextjs.md
Created July 4, 2024 16:02 — forked from zhangshine/tinymce-react-nextjs.md
NextJs- React - Self hosted TinyMCE
  1. Install (TinyMCE 5.x)
npm install --save tinymce @tinymce/tinymce-react copy-webpack-plugin
  1. Copy static files(tinymce skins) to public folder. Edit file next.config.js
const path = require('path');
const webpack = require('webpack');
const CopyPlugin = require('copy-webpack-plugin');