Skip to main content

ReactJs Extension

React Extensions

It's possible to develop Auravant Extensions with ReactJs.

In order to do it, it's recommended to use ViteJs. Here, we attach a Zip File with an example.

You can download the file Here to get started.

How to do it

Once you download the ZipFile, you need to install dependencies and build the application. You need to run this commands with npm.

npm install
npm run build

After that, we will find a /dist directory, in which there will be an .html and some .js files.

Now, all you have to do is to Zip this files and drag this zipped file into the developer window.