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: 4 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T14:28:38.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T23:10:39.120Z (about 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 3
- Watchers: 2
- 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
```