Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 528 Bytes

File metadata and controls

31 lines (23 loc) · 528 Bytes

stdlib-react

A template for integrating React with Stdlib.

Getting Started

Navigate into your stdlib workspace in the terminal.

git clone https://github.com/JerryXie98/stdlib-react.git

cd stdlib-react

Deployment

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/