solid-movies

This was adapted from the Nuxt version: https://github.com/tastejs/nuxt-movies

A SolidStart Movies application using The Movie Database (TMDb) API. Built using Solid and SolidStart. Our version is built by the Solid team.

Quick setup

  1. Take a copy of .env.sample and re-name to .env
  2. Get your TMDb API key
  3. Get your YouTube API key (optional, used for video data)
  4. Enter the details into the .env file

Running

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev