Node HandleBars Lab 03
Node HandleBars Lab 03
Node HandleBars Lab 03
As the developer in the team, you have to perform the following tasks:
Solution:
$ mkdir <app-name>
1
2
$ cd <app-name>
$ npm init –y
1
2
$ npm install express –save
1
2 $ npm install nodemon –save-dev
Task 8: Start the Server
8. In this step, we can now start the server with the following command.
1
2 $ npm run dev
Task 9: Output
9. Your output should appear similar to the screenshots given below.
Task 8: Conclusion
10. We have completed the following tasks in this Lab.
• Now time to Discuss the Solution with your Teammates, Trainers and Mentors. Is
there anything where you can improve? Get Feedback on the Output