node-express-template
v1.0.6
Published
npm package to get ready to go Node/Express code template
Downloads
312
Maintainers
Readme
node-express-template
I created this package to resolve a problem of writing the code template each time we setup new project, I followed the industry standard folder structure.
To use it
1 - cd into project folder
2 - install it using npx node-express-template
or you can install it globally with npm install -g node-express-template and inside the project folder just enter node-express-template in terminal
3 - answere the asked questions
4 - npm start or npm run dev
Here is an image showcasing the project: