[React/TodoApp] rb-cra-template 사용해보기

2023. 4. 11. 19:12IT/ClientSide

728x90
반응형

https://github.com/react-boilerplate/react-boilerplate-cra-template

 

GitHub - react-boilerplate/react-boilerplate-cra-template: Setup Create React App with React Boilerplate. Highly scalable & Best

:fire: Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices. - GitHub - react-boilerplate/react-boilerplate-cra-template: Setu...

github.com

 

VSCode terminal에 

$ npm start

> server 실행

> localhost:3000 command누른 상태로 클릭 > 브라우저 열림 (기본 예제 페이지)

 

src > homepage> index.tsx > <Features > 주석 처리 (command + /)

 

* control + c : 종료

 

$ yarn cleanAndSetup : 예제 페이지 제거 (template README.md에 명령어 나와있음.)

 

$ yarn start : 깔끔!

 

 

What is REACT?

기존의 클라이언트 사이드 언어들을 좀 더 용이하게 사용할 수 있는 프로그램? ??

React-boilerplate-cra-template은 REACT의 필수 라이브러리를 모두 설치하는 템플릿?

redux toolkit & reselect, styled-component, react router, prettier : class101-강의에서 추천한 라이브러리

 

-Ref. class101 kidevelop 

728x90
반응형