- Create React App.
- craco.
- Sass with CSS modules.
- react-i18next
개발자 모드로 실행 http://localhost:3000 로 접근
프로젝트 빌드
번역이 필요한 t('') 코드를 key, value 형태로 json 으로 자동으로 만들어주는 역할
관련 config 는 i18next-scanner.config.js 에서 수정하면 된다.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
개발자 모드로 실행 http://localhost:3000 로 접근
프로젝트 빌드
번역이 필요한 t('') 코드를 key, value 형태로 json 으로 자동으로 만들어주는 역할
관련 config 는 i18next-scanner.config.js 에서 수정하면 된다.