Creating the public folder content

At this stage, we've completed all the necessary steps to create folders and files inside the server directory as controllers, models, and views.

Now we need to copy the contents of the public folder we created in Chapter 01:

  1. Copy the following folders and their contents and paste them into the chapter-03 root project folder:
    • public/images
    • public/javascripts
      • bootstrap.min.js
      • jquery.min.js

    • public/stylesheets
      • bootstrap.min.css
      • style.css
      • style.css.map
      • style.sass

  2. Create a folder called uploads inside the public folder.
  3. Then, create a folder called videos inside the public folder.

Get Node.js 6.x Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.