Skip to content

PostalPanda/CustomCups

This branch is up to date with WKingdom01/AFB_Degencups:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
WebKingdom
Sep 18, 2022
c12a376 · Sep 18, 2022

History

2 Commits
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022

Repository files navigation

##The project url Platrform: https://degencups.io/ Admin: https://admin.degencups.io/

File structure

Application file structure and explanations:

client/
├── build/ (react application production build)
├── src/ (.jsx source files)
└── public/ (public assets to be served by the application)
server/
├── src/ (all source js files)
│ ├── bootstrap.css
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
│ └── bootstrap-theme.min.css
├── favicono.svg
├── package-lock.json
├── package.json
└── README.md
design/
├── cryptosplashlive-v2-ui-mockup.psd (photoshop design mockup file)
└── frontend.rar (premade frontend files)
scripts/
├── build-local.sh (shell script file to build and compile the application)
├── deploy-local.sh (script to run build-local.sh and deploy to a remote server)
└── deploy-remote.sh (unzip and install dependencies on the remote server)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • Vue 3.8%
  • Other 0.7%