Posts

Showing posts from June 15, 2018

Generate NODE JS web application - Express generator module

Auto generate NODE JS web application folder structure . This article is for beginners who wants to create a web application using NODE JS but don’t know about the project structure and basic files inside the folders.  You can create a folder Skelton using   Express generator module. It’s very simple to generate web application using express-generator. Before auto generate project structure, you need to ensure that NODE JS is properly installed in you PC. Must read   https://java.gunustories.com/2018/06/create-first-node-js-application.html article to ensure that NODE JS framework is installed in your PC.  You just need to follow below instruction to generate it. 1) Create a folder NodeJSExamples in your C:\ drive. 2) OPEN Command prompt and run cd NodeJSExamples command. 3) run $ npm install express-generator -g command to install express generator 4) run $ express --view=hbs mywebapp command. This command will generate the folder structure inside the myw

Recent Post

Recent Posts Widget