This is a starter project for all your project using node and vuetify. the app folder contains basic structure to build native apps using cordova
In order to install this starter project you need to install all the dependencies in the 3 main folders
cd server
npm install
cd ../client
npm install
cd ../app
npm install
Launch the server
cd server
npm run dev
Launch the client
cd client
npm run dev