Webpack tutorial held at Uppsala JS
No Data
This repo contains what was demonstrated on Uppsala.js, November 3, 2016.
Together we built a Javascript app and explored many parts of Webpack and how we can use Webpack to create production ready code as well as use it to help with our development process.
Tutorial explains:
# Clone this repo git clone https://github.com/emiloberg/webpack-tutorial.gitInstall dependencies
npm install
Run for development
npm run dev
go to http://localhost:8080
Run for production
npm run build
State of Javascript
Webpack
Webpack Dev Server
Plugins
Loaders
Feel free to contact me:
// Emil Oberg