Skip to content

delta-kor/izflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

IZ*ONE Interactive Web Video Streaming Player

The repository for website of IZFLIX.

izflix.net

IZFLIX Production IZFLIX WEB IZFLIX API

The project uses React and deploys via Vercel.
To develop it locally, clone this repository and run the following command to start the local dev server:

yarn install
yarn start

Backend server repository is on delta-kor/video-server

Project Image

Image

Project Structure

📁 public
📁 run
├─ 📄 build.js    # Post-build script
├─ 📁 templates   # Post-build template pug files
📁 src
├─ 📁 components  # React components
├─ 📁 contexts
├─ 📁 exceptions
├─ 📁 filters
├─ 📁 hooks
├─ 📁 icons       # UI Icons
├─ 📁 locales     # Language files
├─ 📁 pages       # React pages
├─ 📁 providers
├─ 📁 services    # Client services
├─ 📁 stores
├─ 📁 types
├─ 📄 App.tsx
├─ 📄 GlobalStyle.tsx
├─ 📄 index.ts
├─ 📄 styles.ts

Stacks

Development

User Interface

Internationalization

Analytics

Releases

No releases published

Packages

No packages published

Languages