0.0.13 • Published 5 years ago

react-nara-scripts v0.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

nara-react-scripts

나라 드라마 제작을 위한 초기 템플릿입니다. create react app 과 함께 사용가능하며, react-scripts를 fork하여 만든 패키지입니다.

드라마는 다양한 개발자들이 개발하기 때문에 다음과 같은 이슈들이 있습니다.

  • 구조와 네이밍이 개발자마다 다르다.
  • 배포를 위한 build, snap build 가 쉽지 않다.
  • 소스코드의 품질을 통제하기 어렵다.
  • 프론트 개발을 처음 접하는 개발자에게 가이드가 필요하다.

nara-react-scripts 는 위의 이슈를 해결하기 위해

  • Webpack 설정은 nara-react-scripts 한곳에 모여있습니다.
  • eslint-config-nara 를 eslint 설정으로 구성하여 소스코드의 품질을 관리할 수 있습니다.
  • 구조와 네이밍을 나라플랫폼과 동일하게 하여 템플릿을 제공합니다.

명령어

For JavaScript

  npx create-react-app my-app --scripts-version nara-react-scripts

For TypeScript

  npx create-react-app my-app --scripts-version nara-react-scripts --typescript

create react app 참고

This package includes scripts and configuration used by Create React App. Please refer to its documentation: