Skip to content

miro-team/miro-frontend

Repository files navigation

MIRO Frontend (ReactJS)

Install software

Node.js

sudo apt-get update
sudo apt-get install nodejs

Yarn

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn

Install dependencies

yarn

Run frontend

yarn start

Build frontend

yarn build

Test frontend

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published