Tv Show Watcher is a web application that allows users to subscribe to their favorite TV shows, track upcoming episodes, and stay up-to-date with the latest releases.
Built with React, Next.js, and Material UI.
- React
- Next.js
- Material UI (MUI)
Install dependencies:
npm installRun development server:
npm run devBuild the application for static hosting:
npm run buildServe the out directory with any static file server.
By default, the app builds using the root base path /. To host on a subpath, create a .env file with:
NEXT_PUBLIC_BASE_PATH="/sub-path"
NEXT_PUBLIC_ASSET_PREFIX="/sub-path"
You can also have environment-specific files such as .env.development.local for local development.
Try the sire here: https://joacimandersson.com/tv-show-watcher/