- Clone client-side of app on your computer from this repository
- Clone server-side of app on your computer from HERE (All instruction about server settings you can find also in README in server-side repository)
- Run
npm install
to install all libraries (dependencies) of project - Go to src/assets/server-info.js and set base URL of server, where runs server-side of app, example:
'http://localhost:5000/'
- Run
npm run dev
to run app in development mode