This is a command-line tool that helps you to quickly set up a new Express project using JavaScript or TypeScript.
- Prompts you for the name of your project
- Lets you choose the language (JavaScript or TypeScript)
- Lets you choose the module type (CommonJS or ESM, if you chose JavaScript)
- Creates your project
You can create a new Express project by running the following:
npx @bechara-h10/create-express-app