MEAN Stack Blogging App To Run Frontend cd frontend npm install ng serve To Run Backend create .env file and enter the following JWT_SECRET_KEY = PORT= DB_VAR= cd server npm install npm run dev