Recipes App Project Setup Klonen git clone [email protected]:coding-bootcamps-eu/project-tz-2024-05-recipes rezept-app App zum Laufen bringen cd rezept-app npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build Lint with ESLint npm run lint