728x90
  1. 리액트 프로젝트 생성
    npx create-react-app [생성할 리액트명]

  2. VSCode 설치
    https://code.visualstudio.com/Download

  3. 프로젝트 내에서 vscode 실행
    d:\work\frontend\testapp>code .

  4. VSCode 터미널에서 리액트 프로젝트 실행
    npm start

  5. tailwind CSS 설치
    npm install -D tailwindcss@3.4.17 postcss autoprefixer

npx tailwindcss init -P

728x90

+ Recent posts