Frontend Deployment for Development Getting Started Install node This project is tested with Node v14.17.3 and Node v16.14.2 Install Dependencies npm install --legacy-peer-deps Create .env file inside root dir Put your credentials inside .env by following .env sample . Start development server npm start Note : Build and Run Backend first by following this before building frontend .