본문 바로가기

공부기록

공부기록, 2021-07-22(expo)

- expo
- 설치 순서
- nvm install 16.5.0
- npm install -g npm
- npm install --global yarn
- https://github.com/coreybutler/nvm-windows/releases/tag/1.1.7 setup설치
- npm install --global expo-cli
- expo init my-app
- cd my-app
- expo start
- 테일 윈드 적용
- npx create-react-app react- tailwindcss && cd react-tailwindcss

- npm install tailwindcss postcss-cli autoprefixer -D

- npx tailwind init tailwind.js --full

'공부기록' 카테고리의 다른 글

공부기록, 2021-07-26(react)  (0) 2021.07.26
공부기록, 2021-07-23(react)  (0) 2021.07.23
공부기록, 2021-07-21(jsp)  (0) 2021.07.21
공부기록, 2021-07-14(jsp)  (0) 2021.07.20
공부기록, 2021-07-19(jsp)  (0) 2021.07.19