Installation
System Requirements
- Node.js 22+
- npm or yarn
Clone and Setup
bash
git clone https://github.com/your-username/vue-node-starter.git
cd vue-node-starter
npm installDevelopment
bash
npm run devAccess the app at:
- Frontend: http://localhost:3000
- Backend API: http://localhost:4000
Production Build
bash
npm run build
npm start