am35a / S4

S4 - this repo is used as a researching for UI system based on Svelte/TS/SASS

Home Page:http://s4-pi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S4 - UI Kit

S4 - this repo is used as a researching for UI library based on Svelte/TS/SASS also pnpm/Rollup

Before starting dev:

  • Clone the repo
git clone https://github.com/am35a/S4.git
  • Use pnpm to install packages in same folders

from child folders

cd app
pnpm install
cd styles
pnpm install

or root folder

pnpm install
  • Start to dev in split terminals

...then Rollup the app to see at localhost:5000:

pnpm app

... and watch styles

pnpm styles

About

S4 - this repo is used as a researching for UI system based on Svelte/TS/SASS

http://s4-pi.vercel.app


Languages

Language:Svelte 51.0%Language:CSS 38.0%Language:Sass 9.2%Language:TypeScript 1.2%Language:JavaScript 0.6%Language:HTML 0.1%