πŸ“¦ vcgtz / generator-node-webapp

Generator for a webapp using NodeJS, ExpressJS, TailwindCSS, Handlebars, and Mongoose

β˜… 1 stars β‘‚ 0 forks πŸ‘ 1 watching βš–οΈ MIT License
πŸ“₯ Clone https://github.com/vcgtz/generator-node-webapp.git
HTTPS git clone https://github.com/vcgtz/generator-node-webapp.git
SSH git clone git@github.com:vcgtz/generator-node-webapp.git
CLI gh repo clone vcgtz/generator-node-webapp
Vicente GutiΓ©rrez Vicente GutiΓ©rrez Remove title from handlebars template a97c44c 3 years ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ .github
πŸ“ generators
πŸ“ tests
πŸ“„ .eslintignore
πŸ“„ .eslintrc.js
πŸ“„ .gitignore
πŸ“„ .prettierignore
πŸ“„ .prettierrc
πŸ“„ jest.config.js
πŸ“„ LICENSE
πŸ“„ package.json
πŸ“„ README.md
πŸ“„ README.md

Yo Node WebApp Project Generator

Build Status

This generator will help you to create a project to start developingp your own web app using TypeScript, ExpressJS, Jest, Handlebars, and TailwindCSS.

Install the Generator

Install Yeoman and the VS Code Extension generator:

npm install -g yo generator-node-webapp

Run Yo Code

The Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information.

To launch the generator simply type:

yo node-webapp

License

MIT