/react-sample-plugin

A Graviton sample plugin too show how use React instead of puffin

Primary LanguageJavaScript

👓 React Sample Plugin

A Graviton sample plugin too show how use React instead of puffin.

📜 Usage

Clone the repository in your .graviton2/plugins:

git clone https://github.com/Graviton-Code-Editor/react-sample-plugin.git

Go inside it:

cd react-sample-plugin

Install the dependencies:

npm install

Run for development:

npm run watch

To make a build (optional):

npm run build