2023. 4. 11. 19:12ㆍIT/ClientSide
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
'IT > ClientSide' 카테고리의 다른 글
[REACT/TODOAPP] tsconfig.json include 설정 (0) | 2023.04.17 |
---|---|
[REACT/TODOAPP] react, typescript error (0) | 2023.04.13 |
[REACT/TODOAPP]typescript error (0) | 2023.04.13 |
[FrontEnd] 스파르타 코딩 네컷사진 (0) | 2023.04.12 |
[React/TodoApp] Install homebrew, git, node.js, yarn, rb-cra-template (0) | 2023.04.07 |