Basic Website based on Express.js Framework with bootstrap 4.
- installing & setting up express.
- routing system.
- jade templating.
- working with views.
- nodemailer module.
- Express and jade template setup.
- page routes and views.
- nodemailer setup.
I learned how to setup a full basic express website with multi pages, a template and a working contact form.
-
npm install express -g
-
npm install express-generator -g
-
express express_website
-
npm start
-
npm install nodemailer --save