๐Ÿ“ฆ vcgtz / generator-node-webapp

๐Ÿ“„ README.md ยท 27 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27# Yo Node WebApp Project Generator

[![Build Status](https://github.com/vcgtz/generator-node-webapp/actions/workflows/node.js.yml/badge.svg)](https://github.com/vcgtz/generator-node-webapp/actions)

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:

```bash
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:

```bash
yo node-webapp
```

## License
[MIT](https://github.com/vcgtz/generator-node-webapp/blob/main/LICENSE)