UNPKG

820 BMarkdownView Raw
1# New Project
2
3> ✨ Bootstrapped with Create Snowpack App (CSA).
4
5## Available Scripts
6
7### npm start
8
9Runs the app in the development mode.
10Open http://localhost:8080 to view it in the browser.
11
12The page will reload if you make edits.
13You will also see any lint errors in the console.
14
15### npm test
16
17Launches the test runner in the interactive watch mode.
18See the section about running tests for more information.
19
20### npm run build
21
22Builds the app for production to the `build/` folder.
23It correctly bundles Preact in production mode and optimizes the build for the best performance.
24
25The build is minified and the filenames include the hashes.
26Your app is ready to be deployed!
27
28### Q: What about Eject?
29
30No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.