Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertstarke/movie-explorer
Web app to browse movies and playlists
https://github.com/robertstarke/movie-explorer
alpinejs astrojs fusejs tailwindcss
Last synced: about 1 month ago
JSON representation
Web app to browse movies and playlists
- Host: GitHub
- URL: https://github.com/robertstarke/movie-explorer
- Owner: robertstarke
- Created: 2024-03-27T20:10:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T14:16:51.000Z (9 months ago)
- Last Synced: 2024-03-28T15:39:10.660Z (9 months ago)
- Topics: alpinejs, astrojs, fusejs, tailwindcss
- Language: Astro
- Homepage: https://rstarke.com/movie-db/
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Explorer
Web app to browse movies and playlists from a JSON content collection. It can deep link into a streaming service or home server but for this demo links are just pointing to an example link. The app is able to browse large collections but this example only contains a small amount of movies and playlists to demonstrate functionality.
## AstroJS + AlpineJS + TailwindCSS
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |