Initialize project scaffold with full web and API setup.
Add the Vite frontend, Express API server, and supporting configuration files so the app can run locally on a complete development stack. Made-with: Cursor
This commit is contained in:
19
README.md
19
README.md
@@ -1,3 +1,20 @@
|
||||
# youwei-business
|
||||
|
||||
Initial project setup.
|
||||
Starter scaffold for a simple web project.
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `index.html` - Main page
|
||||
- `styles.css` - Styling
|
||||
- `script.js` - Frontend logic
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. Open `index.html` in your browser.
|
||||
2. Click the button to verify JavaScript is working.
|
||||
|
||||
## Next Steps
|
||||
|
||||
- Add your actual business content to `index.html`
|
||||
- Split logic into modules as features grow
|
||||
- Add a build tool (Vite/Webpack) when needed
|
||||
|
||||
Reference in New Issue
Block a user