React.js + Wix Integration
This repo is made to clone to setup your env for creating React components for your Wix powered web application. Follow the steps below to clone the repo and start explaring with existing examples in this repo.
Create a folder (React) in your web application repo's root dir.
Navigate to React folder cd React
Install npm install
- Create three folders in your websites public folder.
- create a folder
css
.
- create another folder called
files
inside the css
folder.
- create
components
folder.
- create
custom-elements
folder.
Now you are ready to run npm run build
in React dir.
Powered by ExWeiv Apps