You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,15 @@ Open http://localhost:8080 to view it in the browser.
24
24
The page will reload if you make edits.
25
25
You will also see any lint errors in the console.
26
26
27
-
### npm test
28
-
29
-
Launches the test runner in the interactive watch mode.
30
-
See the section about running tests for more information.
31
-
32
27
### npm run build
33
28
34
29
Builds a static copy of your site to the `build/` folder.
35
30
Your app is ready to be deployed!
36
31
37
-
**For the best production performance:** Add a build bundler plugin like "@snowpack/plugin-webpack" or "@snowpack/plugin-parcel" to your `snowpack.config.json` config file.
32
+
**For the best production performance:** Add a build bundler plugin like "@snowpack/plugin-webpack" to your `snowpack.config.js` config file.
33
+
34
+
### npm test
38
35
39
-
### Q: What about Eject?
36
+
Launches the application test runner.
37
+
Run with the `--watch` flag (`npm test -- --watch`) to run in interactive watch mode.
40
38
41
-
No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.
0 commit comments