https://github.com/graviton-code-editor/react-sample-plugin
A Graviton sample plugin too show how use React instead of puffin
https://github.com/graviton-code-editor/react-sample-plugin
Last synced: 9 months ago
JSON representation
A Graviton sample plugin too show how use React instead of puffin
- Host: GitHub
- URL: https://github.com/graviton-code-editor/react-sample-plugin
- Owner: Graviton-Code-Editor
- Created: 2020-07-26T14:28:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T14:28:38.000Z (almost 6 years ago)
- Last Synced: 2025-10-09T18:21:25.656Z (9 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 👓 React Sample Plugin
A Graviton sample plugin too show how use React instead of puffin.
### 📜 Usage
Clone the repository in your .graviton2/plugins:
```shell
git clone https://github.com/Graviton-Code-Editor/react-sample-plugin.git
```
Go inside it:
```shell
cd react-sample-plugin
```
Install the dependencies:
```shell
npm install
```
Run for development:
```shell
npm run watch
```
To make a build (optional):
```shell
npm run build
```