Skip to content

Instantly share code, notes, and snippets.

@CreatiCoding
Created July 29, 2018 10:25
Show Gist options
  • Save CreatiCoding/a153589e49ad641a7d052e0cc0a6579c to your computer and use it in GitHub Desktop.
Save CreatiCoding/a153589e49ad641a7d052e0cc0a6579c to your computer and use it in GitHub Desktop.
[bash] npm install global create-react-app and express-generator
sudo npm install -g yarn
sudo yarn global add create-react-app
sudo yarn global add express-generator
sudo yarn global add nodemon
sudo yarn global add concurrently
# 에러 발생시 global node_modules 초기화
# for create-react-app with redux and router
# yarn add redux react-redux
# yarn add react-router-dom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment