Skip to content

Instantly share code, notes, and snippets.

@thomijasir
Created January 16, 2018 01:32
Show Gist options
  • Save thomijasir/91e2615f8bfee7aa122866f52f1f2e89 to your computer and use it in GitHub Desktop.
Save thomijasir/91e2615f8bfee7aa122866f52f1f2e89 to your computer and use it in GitHub Desktop.
npm init -y
npm i --save-dev babel babel-core babel-loader
npm i --save-dev babel-preset-es2015 babel-preset-react
npm i --save-dev babel-plugin-transform-class-properties
npm i --save-dev babel-plugin-transform-decorators-legacy
npm i --save-dev babel-plugin-transform-react-jsx
npm i --save-dev babel-plugin-transform-runtime
npm i --save-dev webpack webpack-dev-server
npm install --save-dev html-webpack-plugin
npm i react react-dom
npm i react-router react-router-dom
npm i axios
npm i css-loader
npm i file-loader
npm i style-loader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment