Skip to content

jackyef/snowpack-preact-typescript

Repository files navigation

Snowpack + Preact + TypeScript starter

Modern web development starter.

  • 📦 10.3 KB JS bundle size (4.15 KB gzipped)

Includes

  • Snowpack, for blazing fast dev environment
  • Preact, smaller runtime while still having access to most of React ecosystem if you choose to
  • TypeScript, never hurt anyone
  • Jest, for running your tests
  • Webpack, for bundling production builds
  • ESLint, for linting your codes

Getting started

  1. Install dependencies

    yarn install
  2. Start developing

    yarn start
  3. Generate production bundle using webpack

    yarn build

About

Snowpack + Preact + TypeScript starter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published