Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 746 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 746 Bytes

[CGC APP]

CGC APP

(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

To do:

  • 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

Done:

  • splash screen - currently not updated to repo