- MySQL installed (
brew install mysql
or run in Docker container) - Serverless Framework configured (follow Getting Started)
Install frontend dependencies:
cd frontend && npm install
Install backend dependencies:
cd backend && npm install
Backend: cd backend && npm run offline
runs the serverless framework in offline mode (locally)
Frontend: cd frontend && npm run dev
runs next in dev mode