Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

expectNull/Whyrano-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team - exceptNull

Project : NullLedge

Due 2021.12.28 ~

Team info

Name Country GitHubLink
Hyunsoo Kim
Republic of Korea Github
Shin Hyung Jang
Republic of Korea Github
Bhung Hwi Park
Republic of Korea Github

1. Frontend 폴더 구조

  • Redux를 위한 폴더 _actions_reducers

  • Page들 생성해서 넣기 components/views

  • 해당 페이지 관련 css, component들 components/views/Sections => Sections는 예시임(Header, LoginPage)

  • 라우팅 처리 App.js

  • 환경변수 설정 .env

  • Higher Order Component(Auth관련 기능들) hoc

  • 여러 군데에서 쓰여서 밖으로 빼놓는 폴더들 utils