Learning Full-Stack JavaScript Development: MongoDB, Node and React


2. Node as a Web Server


007 Creating an Express server

$ npm start

http://localhost/about.html
http://localhost/api


008 Using the EJS template language

$ npm install --save ejs