Skip to content

NAS Cloud Hosting Service Application [Web Client, ReactJS]

License

Notifications You must be signed in to change notification settings

recoma96/cloudmodular-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudModular Web Client

CloudModular 웹버전

GitHub release (latest by date)

The Constructive Cloud Service for your NAS Server

직접 설치하는 클라우드 서비스 (Web Client)

Web Client관련 Repository입니다. 따라서 해당 Document는 설치 방법만 설명합니다. 어플리케이션 에 대한 자세한 설명은 Server RepoWiki 에서 확인할 수 있습니다.

설치 및 실행 방법

  1. node.js(16v 이상) 이 설치되어 있어야 합니다. 그리고 해당 Repository는 클라이언트만 있으므로 Server가 설치 및 실행 되어 있어야 합니다. 서버 설치 및 실행 방법은 여기를 참고하세요.
  2. repository를 다운받고 해당 repository로 이동합니다.
  3. package를 설치합니다.
npm i
  1. .env파일을 아래와 같이 작성합니다.
REACT_APP_SERVER_URL=[서버 호스트]
REACT_APP_TOKEN_EXPIRED=[토큰 만료일]
  • REACT_APP_SERVER_URL: 연결할 서버 호스트를 입력합니다.
  • REACT_APP_TOKEN_EXPIRED: 쿠키에 들어 있는 token의 만료일 입니다. 단위는 "일"이며 해당 시간이 지나면 쿠키에서 제거됩니다.
  1. app을 실행합니다.
npm start

About

NAS Cloud Hosting Service Application [Web Client, ReactJS]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages