A small project to try and fill out a niche I've wanted for awhile, and to study Vite & Lit while I'm at it.
Go to file
Elf M. Sternberg f67503ea58 Baby steps-- vite, jest, typescript all kinda working.
Unfortunately, how they work is something of a mystery.  Vite is a bit
like Create React App, in that its inner workings are hidden away so
that the typical developer doesn't have to spend too much energy thinking
about what's going on under the covers.

Anyway, we have both a cheesy startup application and a library to test.
Next steps include rounding out the RGBtoHSL functions, and making
building that as a target library.  After that, writing the visualization
component AS a component, and then prettying it up.  I'm thinking a
cheesy neumorphic design.
2021-06-01 19:18:22 -07:00
src Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
.gitignore Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
index.html Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
jest.config.js Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
package.json Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
tsconfig.json Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
vite.config.js Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00
yarn.lock Baby steps-- vite, jest, typescript all kinda working. 2021-06-01 19:18:22 -07:00