Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.36 KB

File metadata and controls

51 lines (30 loc) · 1.36 KB

Episoder

A React application built with Deno and Vite that uses the TVMaze API to explore TV shows.

Prerequisites

  • Deno installed on your system

Getting Started

  1. Clone the repository
  2. Navigate to the project directory

Available Scripts

In the project directory, you can run:

deno task dev

Runs the app in development mode using Vite.
The development server will start and provide you with a local URL to view the application.

deno task build

Builds the app for production to the dist folder.
The build is optimized for the best performance.

deno task preview

Previews the production build locally.

deno task serve

Serves the production build using Deno's file server.

deno task deploy

Deploys the application to GitHub Pages.

Technology Stack

  • Deno - A modern runtime for JavaScript and TypeScript
  • React - A JavaScript library for building user interfaces
  • Vite - Next Generation Frontend Tooling
  • Redux Toolkit - State Management
  • Styled Components - CSS-in-JS styling
  • TypeScript - JavaScript with syntax for types

APIs Used