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-api

Install the necessary dependencies for the backend.

npm install

Now you have to build the admin UI.

npm run build

Last updated

Was this helpful?