Saturday, June 13, 2015

Node JS Application Skeleton Generators

If you have development experience with Node JS, you might have struggled a lot to create a better application skeleton for Node Express Application. And also, to identify required npm packages, you might have to browse through internet a lot. But express has provided express generator, which is an application scaffolding tool, to quickly create a application skeleton.
Assume you want to generate the application using EJS template engine. Only thing you have to do is run following command.
In target directory, following folders will be created
Run, npm install command to install required dependencies.
Furthermore, you could try tools like,

No comments:

Post a Comment