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
433 B
433 B
youwei-business
Starter scaffold for a simple web project.
Project Structure
index.html- Main pagestyles.css- Stylingscript.js- Frontend logic
Quick Start
- Open
index.htmlin your browser. - 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