/solid-demo-app

Sample TMDB App using Lightning and SolidJS

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Lightning Demo App with SolidJS

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-js/solid-demo-app
cd solid-demo-app
npm i
npm start