Project Startup
Booting the backend project up
Open up your terminal/command line and navigate to the root backend folder, strapi-api.
cd /path/to/strapi-apiInstall the necessary dependencies for the backend.
npm installNow you have to build the admin UI.
npm run buildLast updated
Was this helpful?