Building and Deploying the Project
Learn how to generate production builds of our project, ready for deployment.
We'll cover the following...
Building the project
Now that we’re done with the local development of our project, it’s time to build it. Building Gatsby projects is as easy as running one line of command: gatsby build
. This generates production-ready folders and files that can be hosted on our favorite hosting provider to make our site ...