Now, we get to start on our first project. What I've done is taken our hello_world project and used it as our template for the first project. I copied the contents of the hello_world project into a folder named P1, for Project 1, and I've also copied in the node_modules so that I've got everything there that I need from hello_world, which is going to be a template going forward:
Using this as a template will make the project's startup time a little bit quicker. We also need to make sure that our Sass files are cleared, because we will be putting in our own variables for this project.
Before we start updating our hello_world template and shaping it into a photosharing website, I want you to get a rough idea of what we are going to build. The following is a screenshot of the photosharing website's home page. There are obviously more features...