본문 바로가기
Web

eGovFramework React 전자정부 프레임워크 프론트로 채택된 리액트

by 모닝위즈 2022. 1. 17.
반응형

# egov에서 표준프레임워크로 구성한 FrontEnd인 egovframe-template-simple-react Git 주소

GitHub - eGovFramework/egovframe-template-simple-react

 

GitHub - eGovFramework/egovframe-template-simple-react

Contribute to eGovFramework/egovframe-template-simple-react development by creating an account on GitHub.

github.com

 

아래와 같이 다운로드를 받아서 압축을 풀고 구성을 하는 방법이 있고,

윈도우 cmd에서 git을 통하여 소스코드를 받아오는 방법이 있다.

git clone https://github.com/hmmhmmhm/egovframe-template-simple-react.git

 

VSCODE로 폴더를 열자 

 

폴더를 열어서 프로젝트를 켜자.

 

소스코드다!

 

이제 프로젝트가 설치된 폴더로 이동을 한 후 아래 명령어를 통해 node modules를 설치해주자.

npm install

설치가 모두 끝나면, 아래의 명령어로 실행시켜보자.

 

# npm run start 또는 npm start
npm start

 

정상적으로 실행이 되고 나면,  http://localhost:3000/을 통하여 아래의 사이트를 확인해볼 수 있다.

 

 

각 메뉴마다 대충 둘러보고, 소스코드 대충 훑어보면 됨.

 

 

 

끝.

 

 

'Web' 카테고리의 다른 글

HTTP STATUS CODE  (0) 2023.05.10
리프레시 타임! 고전게임 철권3 한판하고 갑시다.  (0) 2023.04.28
exif-js 이미지의 메타데이터를 추출하는 스크립트  (0) 2022.01.13
Chart.JS  (0) 2022.01.12
codemirror 에디터  (2) 2022.01.07

댓글