Skip to content

Generate Command

IMPORTANT

Make sure you have Node.js installed on your system before running the command. You can download it from nodejs.org.

Which template?

Choose a template.

Exclude nodemon?

Nodemon is included by default for hot reloading. Check this option if you don't want to include nodemon.

Exclude dependencies?

All dependencies are installed by default. Check this option if you don't want to install them.

Create Docker Compose file?

Check this option if you want to have a Docker Compose in your project.

Package name?

Enter a name for your server app. Default name is qse-server.

The command

After making your selections, copy the below command and run it in your terminal in the desired directory.

shell
npm i -g quick_start_express
qse init -t basic