Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikgiovani/create-express-js

The express project generator
https://github.com/erikgiovani/create-express-js

create express typescript

Last synced: 3 months ago
JSON representation

The express project generator

Awesome Lists containing this project

README

        


Create Express JS

Create Express JS

**The express project generator**

If you want create a **Express** project using **NPM** only need to use the next command on you terminal.

```bash
npx create-express-js
```

If you want create a **Express** project using **Yarn** only need to use the next command on you terminal.

```bash
yarn create express-js
```

If you want create a **Express** project using **PNPM** only need to use the next command on you terminal.

```bash
pnpm create express-js
```

---

Made with ❤️ by **Erik Giovani**