Last active
May 25, 2020 21:33
-
-
Save stephane777/598f79fcb0ce0a6199a30e9dbffb1332 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ### Initiate your project | |
| yarn init | |
| ### Install react and react-dom | |
| yarn add react react-dom | |
| ### Install webpack dev server | |
| yarn add -D webpack webpack-dev-server webpack-cli | |
| ### Install babel | |
| yarn add -D @babel/core @babel/preset-react | |
| ## Install babel loader | |
| yarn add -D babel-loader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment