We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fcbf7 commit 78e143cCopy full SHA for 78e143c
README.md
@@ -6,11 +6,11 @@ NPM Packge to create Express App with templates
6
# Install
7
8
```bash
9
-npx cra-express-app
10
-
+$ npx cra-express-app
+```
11
or
12
13
-npx cra-express-app <app-name> --template <template-name>
+```bash
+$ npx cra-express-app <app-name> --template <template-name>
14
```
15
# Templates
16
* `express-js`: Express with vanilla Javascript (ES6 modules)
0 commit comments