Created
July 29, 2018 10:25
-
-
Save CreatiCoding/a153589e49ad641a7d052e0cc0a6579c to your computer and use it in GitHub Desktop.
[bash] npm install global create-react-app and express-generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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