August 2016
Intermediate to advanced
376 pages
6h 33m
English
In this chapter, we will use a slightly modified version of the express-generator that we used in previous chapters.
This generator is called generator-express; it is heavily based on express generator, but with a few more features.
Here are the steps for our installation:
npm install -g generator-express
chapter04.chapter04 folder and type the following command:
yo express
Now, fill the questions in this order:
N, we already created the project folder in step 2MVC for application typeSwig for template engineNone for CSS preprocessorNone for database (later in the chapter, we will set ...Read now
Unlock full access