Created
June 9, 2019 07:11
-
-
Save zprima/3d8f4e1b594d5464c84d1be38ce9e576 to your computer and use it in GitHub Desktop.
init
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
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