Code Monkey home page Code Monkey logo

rv_video_observer_clientsite's Introduction

RV Video Observer Clientsite

This project was bootstrapped with Create React App.

1. Available Scripts

npm start

開發模式下 websocket 主動連往 localhost:80 (請參考 src/store/index.ts)

npm run build

產生前端檔案於 build/ 請將結果 copy 至 RV Video Observer 內的 frontend/ 目錄下


2. Requirements

  • Node.js 16+
  • React & Redux
  • Sass
  • Webpack

3. Installation

npm install

4. Folder Construct

  • build (編譯後的成果)
  • config (webpack與各種編譯器/環境的設定, 不建議更改)
  • public (存放web根目錄資訊與圖片)
  • scripts (啟動腳本, 不建議更改)
  • src
    • | - images (Type script include的圖片)
    • | - store (Redux store處理資料流) Redux reducers
      • | - reducers (存放 reducers)
      • | - hooks.ts (for hooks mode in react)
      • | - index.ts (bridges for socket and redux)
    • | - styles (Css樣式與Sass)
    • | - App.test.tsx (資料流單元測試)
    • | - App.tsx (應用程序主體)
    • | - HeaderComponment.tsx (頁面頭部組件)
    • | - index.tsx (應用程序入口)
    • | - react-app-env.d.ts (CRA環境設定, 不建議更改)
    • | - reportWebVitals.ts (web指標報告)
    • | - setupTests.ts (Type script DOM檢測)
    • | - VideoComponment.tsx (頁面顯示影像內容部分)
  • package-lock.json
  • package.json
  • tsconfig.json (VS code的Type script設定)

rv_video_observer_clientsite's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.