Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmkasendwa/snowpack-typescript
Snowpack typescript playground
https://github.com/rmkasendwa/snowpack-typescript
Last synced: 19 days ago
JSON representation
Snowpack typescript playground
- Host: GitHub
- URL: https://github.com/rmkasendwa/snowpack-typescript
- Owner: rmkasendwa
- License: mit
- Created: 2021-05-29T09:47:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T09:47:16.000Z (over 3 years ago)
- Last Synced: 2024-10-05T02:41:12.554Z (about 1 month ago)
- Language: JavaScript
- Size: 41.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Snowpack
Snowpack is a lightning-fast frontend build tool, designed to leverage JavaScript's native module system (known as ESM). It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow.
### Key Features
- Develop faster, with a dev server that starts up in **50ms or less.**
- See changes reflected [instantly in the browser.](https://www.snowpack.dev/concepts/hot-module-replacement)
- Integrate your favorite bundler for a [production-optimized build.](https://www.snowpack.dev/concepts/build-pipeline)
- Enjoy out-of-the-box support for [TypeScript, JSX, CSS Modules and more.](https://www.snowpack.dev/reference/supported-files)
- Connect your favorite tools with [third-party plugins.](https://www.snowpack.dev/plugins)**💁 More info at the official [Snowpack website ➞](https://snowpack.dev)**
> **Contributor Guidelines:** [CONTRIBUTING.md](./CONTRIBUTING.md)
> **License:** [MIT](https://github.com/snowpackjs/snowpack/blob/main/LICENSE)