e111077 / lit-sass-ts-starter

Get started with lit sass and ts real quick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lit Sass Typescript Starter

This is a project that has a very simple setup for SASS + TS + Lit that uses rollup.

See an online demo here on Glitch.

Goals

Non-goals

  • This does not include a production build as that may vary from project to project
  • This does not support Lit 1
    • It can, but the imports will have to be changed
  • This does not recommend an Lit app structure - only exemplifies the build setup

Get Started

Clone the repo. Then install.

npm install

Then start the dev server and rollup watchers

npm run dev

A browser window should open and rollup will watch your files for changes.

About

Get started with lit sass and ts real quick

License:MIT License


Languages

Language:JavaScript 51.0%Language:TypeScript 32.3%Language:HTML 14.5%Language:SCSS 2.3%