Skip to content

Instantly share code, notes, and snippets.

@msacar
Last active May 1, 2020 15:58
Show Gist options
  • Save msacar/26a961359a8af745c970dd8886cb491d to your computer and use it in GitHub Desktop.
Save msacar/26a961359a8af745c970dd8886cb491d to your computer and use it in GitHub Desktop.
test

🚀 Projemizi oluşturalım!

Klasörümüzü açıp içerisine gidiyoruz.

mkdir babel-webpack && cd babel-webpack

Babel ve Webpack kuruyoruz

npm init -y 
npm install --save-dev  @babel/core babel-loader @babel/preset-env
npm install --save-dev  webpack webpack-cli webpack-dev-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment