https://github.com/repcomm/snowpack-ts-template
Snowpack + TypeScript template
https://github.com/repcomm/snowpack-ts-template
Last synced: 4 months ago
JSON representation
Snowpack + TypeScript template
- Host: GitHub
- URL: https://github.com/repcomm/snowpack-ts-template
- Owner: RepComm
- Created: 2021-07-26T18:55:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T02:45:46.000Z (over 4 years ago)
- Last Synced: 2025-09-06T18:11:10.118Z (5 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# snowpack-ts-template
My personal template for using:
- TypeScript
- ES modules
- npm packages
- d.ts files
- publishing to npm
All accomplished with [snowpack](https://www.snowpack.dev/)!
## scripts
### start
Local http dev server (uses `snowpack dev`)
`npm run start`
### build
`npm run build`
### build-types
`npm run build-types`
### publish
`npm run publish`