Skip to content

Instantly share code, notes, and snippets.

@stephane777
Last active May 25, 2020 21:33
Show Gist options
  • Select an option

  • Save stephane777/598f79fcb0ce0a6199a30e9dbffb1332 to your computer and use it in GitHub Desktop.

Select an option

Save stephane777/598f79fcb0ce0a6199a30e9dbffb1332 to your computer and use it in GitHub Desktop.
### 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