GeriLife / wellbeing-client

Client-only code for Wellbeing project.
Apache License 2.0
0 stars 0 forks source link

wellbeing-client

Client-only code for Wellbeing project.

Setup

After cloning the app,

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Running android app (Dev mode)

Docker deployment

Setup

Here is a useful link (https://medium.com/@jwdobken/develop-quasar-applications-with-docker-a19c38d4a6ac) to setup docker deployment for the frontend folder. There is a one time command from it that needs to be fired to setup docker on the server. Make sure you have docker pre-installed

cd "$_" docker run --rm -v ${PWD}:/app -it node:12.20.2-alpine3.10 sh -c "yarn global add @vue/cli && vue init 'quasarframework/quasar-starter-kit' app"

deployment

run the following command to start the frontend server, yarn docker-deploy.