https://github.com/alanbsmith/canvas-kit-starter-snowpack
A starter app for canvas-kit built with Snowpack
https://github.com/alanbsmith/canvas-kit-starter-snowpack
Last synced: 2 days ago
JSON representation
A starter app for canvas-kit built with Snowpack
- Host: GitHub
- URL: https://github.com/alanbsmith/canvas-kit-starter-snowpack
- Owner: alanbsmith
- Created: 2021-04-22T04:05:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T04:12:50.000Z (about 5 years ago)
- Last Synced: 2025-03-28T18:52:21.613Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canvas Kit Starter | Snowpack
> ✨ Bootstrapped with Create Snowpack App (CSA).
## Up & Running
```sh
yarn install && yarn start
```
## Available Scripts
### yarn start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### yarn run build
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!
**For the best production performance:** Add a build bundler plugin like "@snowpack/plugin-webpack" to your `snowpack.config.js` config file.
### yarn test
Launches the application test runner.
Run with the `--watch` flag (`yarn test -- --watch`) to run in interactive watch mode.