Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 2.04 KB

README.md

File metadata and controls

60 lines (52 loc) · 2.04 KB

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