The Complete Strapi™ Course with Plugins and Deployment - More on Strapi Installation

The Complete Strapi™ Course with Plugins and Deployment - More on Strapi Installation

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains the functionality of the Strapi quick start script, which bootstraps a new project, installs dependencies, builds the admin UI, and starts a development server. It details the routes served by the server, including the admin panel and API routes, and discusses the optional GraphQL route, which requires additional setup.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two quick start scripts mentioned in the video?

NPM and NPX

Yarn and NPM

Yarn and NPX

Node and NPM

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first task accomplished by the quick start script?

Building the admin UI

Bootstrapping a new project

Launching the development server

Installing the GraphQL plugin

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is automatically installed by the script?

All dependencies

GraphQL plugin

Admin UI

Development server

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default port for the development server?

8080

3000

1337

8000

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which route serves the admin panel?

/api

/dashboard

/admin

/graphql