codepathshala cd frontend npm install Start development server npm run dev Build for production npm run build Preview production build npm run preview Run linting npm run lint cd backend npm install run node server.js