create-project icon indicating copy to clipboard operation
create-project copied to clipboard

/wst-platform ├── /client # React Frontend │ ├── public │ └── src │ ├── components │ ├── pages │ ├── api # Axios or fetch handlers │ └── App.jsx ├── /server # Backend │ ├── /controllers │ ├── /models │ ├── /routes │ ├── server.js │ └── .env ├── /prisma # Prisma schema and migrations ├── package.json └── README.md

Open worldberry01 opened this issue 6 months ago • 0 comments

/wst-platform ├── /client # React Frontend │ ├── public │ └── src │ ├── components │ ├── pages │ ├── api # Axios or fetch handlers │ └── App.jsx ├── /server # Backend │ ├── /controllers │ ├── /models │ ├── /routes │ ├── server.js │ └── .env ├── /prisma # Prisma schema and migrations ├── package.json └── README.md

worldberry01 avatar Jul 04 '25 19:07 worldberry01