Skip to content

6106355/solid-demo-app

 
 

Repository files navigation

Lightning Demo App with SolidJS

View the demo - https://lightning-tv.github.io/solid-demo-app/

There are a few query params for customizing the application to test on devices

size='720' | '1080' | '4k' numImageWorkers = 0 to disable image workers disableBG=true to turn off background (reduce memory) roundPoster=false to turn off rounded images on poster

https://lightning-tv.github.io/solid-demo-app/?size=720&disableBG=true#/

Main Repo

Solid https://github.com/lightning-tv/solid

Getting started

Get an api key from TMDB API and put the key in src/api/key.js with export default 'KEY_VALUE'

git clone https://github.com/lightning-tv/solid-demo-app
cd solid-demo-app
pnpm i
pnpm start

If you're interested in using SolidJS with Lightning and Web check out Web Branch to see the setup.

About

Example Solid Demo App with Lightning3

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.1%
  • JavaScript 4.5%
  • Other 0.4%