Matcha - api Getting started npm install cp .env.example .env Seeding the database npm run seed Running development environment npm run dev Creating a component To easily create a scaffolds of components etc. we use Plop. Please make sure you install Plop first: npm install plop --g plop component