SPA : React
Status Management : Redux Toolkit
Style : styled-components
Component Structure : Atoimic Design Pattern
참고: 해당 프로젝트는 원래 Redux + TypeScript template 으로 생성되었습니다.
루트 디렉토리에서 다음 스크립트를 사용할 수 있습니다 :
npm install : package.json을 참조하여 node_modules를 설치합니다.
npm start : 개발모드로 리액트를 http://localhost:3000 에서 실행합니다. 파일 수정시 페이지가 새로고침됩니다.
npm run build : 배포를 위한 빌드파일을 /build 디렉토리에 생성합니다.