We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a657d51 commit 7ccc85bCopy full SHA for 7ccc85b
README.md
@@ -41,11 +41,12 @@ Currently **provides**:
41
First, **create your project** using the dedicated scaffolding tool for your project's technologies. Here are some usefull commands that you can use :
42
43
```bash
44
+$ npx -p antistatique-frontend next # Cool, right?
45
$ npx create-react-app my-app --template typescript
46
$ npx create-next-app --example with-typescript-types my-app
47
```
48
-Then, to get this amazing environment, simply execute the following command and answer the questions:
49
+Then, to **get this amazing environment**, simply execute the following command and answer the questions:
50
51
52
$ npx antistatique-frontend
0 commit comments