/frontend

Primary LanguageJavaScriptOtherNOASSERTION

Frontend

The main frontend for the video meeting service from Doogood

Development

Download the src, dependencies and start the dev server

git clone git@github.com:TheExpendablesKTH/frontend.git
cd frontend
npm ci
npm run start

Make a production build

npm run build