Completed website: Salu.pro
This is a project built for a Processes of Object Oriented Software Development course in the spring of 2019. It was completed as part of an assignment and is now no longer under active development. The website will remain functional until at least January 2020, at which point the domain may or may not be renewed. If not renewed, this site may remain available as a subdomain of another domain.
- Install Node.js
- Install yarn
- Install Vue-cli
- Navigate to
front-end
folder:$ cd front-end
- Install packages:
$ yarn install
yarn run serve
yarn run build
yarn run lint
- Install Node.js
- Install yarn
- Navigate to
back-end
folder:$ cd front-end
- Install packages:
$ yarn install
./run_server