Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremenichelli/muvi
App to look up for movie data
https://github.com/jeremenichelli/muvi
Last synced: 23 days ago
JSON representation
App to look up for movie data
- Host: GitHub
- URL: https://github.com/jeremenichelli/muvi
- Owner: jeremenichelli
- License: bsd-2-clause
- Created: 2020-04-12T16:25:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:12:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T19:38:53.805Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://muvi.now.sh
- Size: 506 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# muvi
App to look up for movie data 🍿
## How to run this project
There are three commands available:
```sh
# start a development server:
npm start# create a production build:
npm run build# start a production server:
npm serve
```## How does it work?
This project is using the [Next.js + Preact starter](https://github.com/developit/nextjs-preact-demo) created by [Jason Miller](https://twitter.com/_developit) for a server side rendering plus small bundle size.