(I use Windows PowerShell) - npm
git clone --depth 1 --single-branch --branch master https://github.com/cgc-dan/cgc-app.git your-project-name
cd your-project-name
npm start --prefix your-project-name
Because the app directory is not on root you may want to use the command below after cloning the repo
npm start --prefix cgc-app-templatev1
- optimize the app using
<template>
instead of individual web pages - sanitize the markup
- learn to create an installer which actually works and not all bs I've already tried
- splash screen - currently not updated to repo