Frontend
React

React

This guide sets up a very simple React application, with the Vizzly dashboard installed.

npm i @vizzly/cli -g

Next, we will run the command to initialize a react project in the my-vizzly-frontend directory.

vizzly init-frontend --type react --name my-vizzly-frontend

Then we will change the directory, install the dependencies and start the app.

cd my-vizzly-frontend && \
yarn install && \
yarn start

If successful, you will see a localhost URL in your terminal. If you visit that in your browser, you will see a welcome message from us, and details on the next steps.