Minimal Vanilla-extract + webpack example

A minimal starter application with vanilla-extract (and TypeScript, of course) on webpack.

Getting Started

  1. Install deps
yarn install
  1. Run the dev server
yarn start
  1. Build the project
yarn build