An open API service indexing awesome lists of open source software.

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

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
```