Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 378 Bytes

School tool

This app was created as part of Plovidiv University education course.

Student: Кирило Неделев #1601321015

Checkout this app running on firebase.

Or you can run it locally by running

# build client
cd client
npm install
npm run build
# run server
cd ../functions
npm install
npm run serve