Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 842 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 842 Bytes
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.

 npx create-express-js

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

 yarn create express-js

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

 pnpm create express-js

Made with ❤️ by Erik Giovani