Install dependencies with Node.js v14.18.3
npm install
Start the dev server
npm run dev
This starts the application in development mode and it will be available at http://localhost:5173/
Install Strapi one folder above the front-end app
npx create-strapi-app@latest strapi-contacts-app --quickstart
Start the server
npm run develop
To manage your project 🚀, go to the administration panel at http://localhost:1337/admin
and create your first Admin user
To access the server ⚡️, go to:
http://localhost:1337