https://github.com/rajasegar/tvmaze-svelte
TV Maze api demo in Svelte
https://github.com/rajasegar/tvmaze-svelte
svelte sveltejs tvmaze tvmaze-api
Last synced: about 1 year ago
JSON representation
TV Maze api demo in Svelte
- Host: GitHub
- URL: https://github.com/rajasegar/tvmaze-svelte
- Owner: rajasegar
- License: mit
- Created: 2020-11-03T06:51:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T11:43:53.000Z (over 5 years ago)
- Last Synced: 2025-02-09T02:25:32.478Z (over 1 year ago)
- Topics: svelte, sveltejs, tvmaze, tvmaze-api
- Language: Svelte
- Homepage: https://tvmaze-svelte.surge.sh
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tvmaze-svelte
TV Maze API demo in Svelte.js
[Demo](https://tvmaze-svelte.surge.sh)
> ✨ Bootstrapped with Create Snowpack App (CSA).
## Available Scripts
### npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
### npm run build
Builds a static copy of your site to the `build/` folder.
Your app is ready to be deployed!
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/master/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.json` config file.
### Q: What about Eject?
No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.