전체 글73 pancake prediction pancake prediction에 규칙이 있을까? 어떠한 방법으로 규칙을 찾아 볼 수 있을까? 이평선을 사용한 방법 등, 다양한 방법이 있을 수 있다. 1/2 확률에서 마틴게일 베팅 법이 통할까? 2022. 7. 15. yarn create next-app --typescript , antd * yarn 명령어로 next app생성 * yarn 명령어로 antd 추가하기 % yarn create next-app --typescript 프로젝트 이름 입력 해당 폴더로 이동 % yarn add antd 시작할때는 % yarn dev 2022. 7. 7. Typescript + Router Typescript npm install --save typescript @types/node @types/react @types/react-dom @types/jest https://create-react-app.dev/docs/adding-typescript Router npm install --save react-router-dom https://create-react-app.dev/docs/adding-a-router 2022. 7. 5. Create a New React App 가이드를 따라서 리엑트 앱을 만들어 보기로 한다. 아래와 같이 명령어를 입력한다. npx create-react-app pish_react terin@terinui-Macmini GitHub % npx create-react-app pish_react Need to install the following packages: create-react-app Ok to proceed? (y) y npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. Creating a new React app in /Users/terin/Doc.. 2022. 7. 5. 이전 1 ··· 12 13 14 15 16 17 18 19 다음