Skip to content

Commit 32a92ec

Browse files
committed
update README npm scripts
1 parent e65534a commit 32a92ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ Install node modules and start webpack:
9898

9999
`npm i`
100100

101-
`npm run build`
101+
`npm run dev`
102102

103-
Run example server:
103+
Run dev server:
104104

105-
`node ./dist/server.js`
105+
`npm run dev-server`
106106

107107

108108
## Optimizations to reduce Jank and keep scrolling smooth

0 commit comments

Comments
 (0)