Skip to content

Instantly share code, notes, and snippets.

@zprima
Created June 9, 2019 07:11
Show Gist options
  • Save zprima/3d8f4e1b594d5464c84d1be38ce9e576 to your computer and use it in GitHub Desktop.
Save zprima/3d8f4e1b594d5464c84d1be38ce9e576 to your computer and use it in GitHub Desktop.
init
mkdir myapp
cd myapp
npm init -y
mkdir src
mkdir dist
touch src/index.html
touch src/index.js
touch webpack.config.js
touch .babelrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment