Continuous Challenge

Stack Overflow 사이트 Clone Project (with GO, React) 본문

Programming/[2020] Web Programming with GO, React

Stack Overflow 사이트 Clone Project (with GO, React)

응굥 2020. 5. 31. 18:25
728x90
728x90

React와 GO 언어를 사용하여 stackoverflow 사이트를 복제하는 프로젝트를 시작하였다.

 

우선 첫 번째 목표는 stackoverflow 사이트의 레이아웃을 React로 구현하는 것이다.


React에서는 create-react-app을 통해서 간단하게 React 작업환경을 설정할 수 있다.
(참고 : https://blog.sonim1.com/174)

 

먼저 npm으로 create-react-app을 설치한다.

(npm 명령어는 node.js를 설치하면 사용할 수 있다.)

 

 

728x90
728x90
Comments