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,8 @@
# Assets
Bundled resources for fullstack-starter-pack skill
- [ ] react_component_templates/: Templates for various React components, such as forms, tables, and modals.
- [ ] express_route_templates/: Templates for various Express routes, such as CRUD operations and authentication endpoints.
- [ ] postgresql_model_templates/: Templates for various PostgreSQL models, such as users, products, and orders.
- [ ] example_env_config.env: An example .env file with all the necessary environment variables for the full-stack application.