Modern web development starter.
- 📦 10.3 KB JS bundle size (4.15 KB gzipped)
- 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
-
Install dependencies
yarn install
-
Start developing
yarn start
-
Generate production bundle using webpack
yarn build