Quiz: Deployment

Let's take a quiz on building and developing a Gatsby site.

We'll cover the following...
Technical Quiz
1.

We need to test our site to see how it functions in a production environment. Which command is suitable?

A.

gatsby develop && gatsby build

B.

gatsby serve && gatsby build

C.

gatsby develop && gatsby serve

D.

gatsby build && gatsby serve


1 / 3