Skip to content

Instantly share code, notes, and snippets.

@herdianf
Created February 12, 2018 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herdianf/291c5d3ebe932a148472b07d8ea76dc8 to your computer and use it in GitHub Desktop.
Save herdianf/291c5d3ebe932a148472b07d8ea76dc8 to your computer and use it in GitHub Desktop.
Setup Basic Nodejs Frontend App
npm init -y
npm i babel-core babel-preset-env babel-loader babel-preset-es2015 webpack webpack-config-utils webpack-dev-server webpack-dev-middleware webpack-hot-middleware webpack-node-externals html-webpack-plugin extract-text-webpack-plugin copy-webpack-plugin copy-webpack-plugin style-loader css-loader sass-loader node-sass cross-env rimraf --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment