August 2016
Intermediate to advanced
376 pages
6h 33m
English
To finish the basic creation of our application, we will now create the directories that store controls, the templates, and other files of the application:
public, and inside of it, create the following folders: /images /javascripts /stylesheets/uploads/ videos
server, and inside of it, create these folders: /config/controllers/models/views
package.json.
npm install
The project folder will have the following structure after performing steps 1, 2, and 3:
Folder structure
Let's starting creating the ...