Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:34 +08:00
commit 10052112c1
29 changed files with 8734 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for fullstack-starter-pack skill
- [ ] init_project.sh: Automates the initial project setup, including creating directories, installing dependencies, and setting up configuration files.
- [ ] generate_component.sh: Generates boilerplate code for React components, Express routes, and database models based on user input.
- [ ] deploy_project.sh: Automates the deployment process to various platforms like Netlify, Vercel, or Heroku.