We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b11b53 commit 9fa5ff9Copy full SHA for 9fa5ff9
1 file changed
README.md
@@ -24,8 +24,7 @@ npx create-quark-element
24
25
```
26
cd my-element
27
-npm install
28
-npm start
+npm run dev
29
30
31
Then open http://localhost:3000/ to see your app.
@@ -62,4 +61,4 @@ Use it as a normal html element in various frameworks (React/Vue/Angular/JQ):
62
61
63
```html
64
<my-component></my-component>
65
-```
+```
0 commit comments