A template for integrating React with Stdlib.
Navigate into your stdlib workspace in the terminal.
git clone https://github.com/JerryXie98/stdlib-react.git
cd stdlib-react
The react component was created using create-react-app.
To build the react app:
cd react-app
yarn install
yarn build
To deploy stdlib:
cd ..
yarn install
lib up dev
Navigate to https://your_username.stdlib.com/stdlib-react@dev/