jackyef / snowpack-preact-typescript

Snowpack + Preact + TypeScript starter template

Home Page:https://jackyef.github.io/snowpack-preact-typescript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://jackyef.github.io/snowpack-preact-typescript/


Languages

Language:JavaScript 29.5%Language:TypeScript 26.1%Language:CSS 25.2%Language:HTML 19.2%