@@ -77,7 +77,7 @@ Choose a template.
Nodemon is included by default for hot reloading. Check this option if you don't want to include nodemon.
-
+
@@ -86,7 +86,7 @@ Nodemon is included by default for hot reloading. Check this option if you don't
All dependencies are installed by default. Check this option if you don't want to install them.
-
+
@@ -95,7 +95,7 @@ All dependencies are installed by default. Check this option if you don't want t
Check this option if you want to have a Docker Compose in your project.
-
+
@@ -104,9 +104,9 @@ Check this option if you want to have a Docker Compose in your project.
Enter a name for your server app. Default name is `qse-server`.
-
+
-
{{validatePackageName()}}
+
{{ validatePackageName() }}
## The command
@@ -119,8 +119,11 @@ npm i -g quick_start_express
```