Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 564 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 564 Bytes

Run app on your local machine

  1. Clone client-side of app on your computer from this repository
  2. 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)
  3. Run npm install to install all libraries (dependencies) of project
  4. Go to src/assets/server-info.js and set base URL of server, where runs server-side of app, example: 'http://localhost:5000/'
  5. Run npm run dev to run app in development mode