📚 Reference


🔖 Index


설치 전


yarn

create react app


# NPM
npx create-react-app {프로젝트 명}

# YARN

cd {프로젝트 명}
yarn start (또는 npm start)