Giter Club home page Giter Club logo

gh-action's People

Contributors

chyuktw avatar rheech22 avatar

Watchers

 avatar

gh-action's Issues

README

로봇사업2본부 산출물 문서번호: BD2_SC_002
TARAS 로고

rainbow

로봇 서비스 관제 콘솔 TARAS Web은 TARAS, TARP를 활용해 다양한 형태의 서비스를 관제하고자 하는 유저에게 보다 빠르고 쉽게 환경을 구성하고 조작할 수 있는 GUI와 관련 기능을 제공하는 관리자용 대시보드 형태의 웹 프로덕트입니다. TARAS Web은 생활물류(TS, Twinny Signature)와 오더피킹(LP) 두개의 제품으로 나뉩니다.

스크린샷 2023-04-15 오전 2 25 58

rainbow

🍴 Prerequisites

  1. 노드 버전 확인 (>= 16.0.0)

    node --version
  2. yarn 설치

    npm install --global yarn
  3. yarn 버전 확인 (>= 1.22.10)

    yarn --version

rainbow

🚀 Installation

  1. 레포지토리 클론

    git clone [email protected]:twinnylab/taras-web.git
  2. 패키지 설치

    yarn install
  3. GitHub 토큰 발급 및 등록
    TARAS-Web 토큰 발급 및 관리 팁 문서를 참고하여 토큰을 발급한 후 터미널 환경변수로 등록해 주세요.

  4. 로컬 서버 실행

    ## LP MP 실행
    yarn lp start
    
    ## TS MP 실행
    yarn ts start

VSCode에서 ZipFS 익스텐션 설치를 안내한다면 그대로 설치해 주세요.
정상적으로 실행하기 위해서는 로컬 환경 변수가 필요합니다. 웹팀에 문의해 주세요.

rainbow

🔶 Technology Stack

rainbow

📚 References

Web Guild 노션 페이지에서 더 많은 정보를 제공하고 있습니다.

rainbow

🌵 Folder Structure

packages
├── core
│   ├── src
│   │   ├── assets
│   │   ├── components
│   │   ├── hooks
│   │   ├── setupTests.ts
│   │   └── vite-env.d.ts
│   ├── components.d.ts
│   ├── hooks.d.ts
│   ├── index.d.ts
│   ├── package.json
│   ├── tsconfig.json
│   ├── tsconfig.node.json
│   └── vite.config.ts
├── lp
│   ├── __mock__
│   ├── src
│   │   ├── apis
│   │   ├── assets
│   │   ├── clients
│   │   ├── components
│   │   ├── constants
│   │   ├── fixtures
│   │   ├── graphql
│   │   ├── hooks
│   │   ├── interfaces
│   │   ├── mocks
│   │   ├── pages
│   │   ├── recoil
│   │   ├── utils
│   │   ├── App.tsx
│   │   ├── index.tsx
│   │   ├── reportWebVitals.ts
│   │   ├── router.tsx
│   │   └── vite-env.d.ts
│   ├── index.html
│   ├── jest.config.cjs
│   ├── jest.setup.tsx
│   ├── package.json
│   ├── tsconfig.json
│   └── vite.config.ts
└── ts
    ├── __mock__
    ├── src
    │   ├── apis
    │   ├── assets
    │   ├── clients
    │   ├── components
    │   ├── constants
    │   ├── fixtures
    │   ├── graphql
    │   ├── hooks
    │   ├── recoil
    │   ├── routes
    │   ├── ts
    │   ├── utils
    │   ├── App.stories.tsx
    │   ├── App.tsx
    │   ├── index.css
    │   ├── main.tsx
    │   └── vite-env.d.ts
    ├── index.html
    ├── jest.config.cjs
    ├── package.json
    ├── setupTests.ts
    ├── tsconfig.json
    └── vite.config.ts

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.