Frontend environment for building JavaScript applications using Webpack. This is a simple Joke Generator app that fetches jokes from icanhazdadjoke.com
.
Includes the following features..
- Sass Loader With Dart Sass
- Asset Resource Loader
- Source Maps
- Caching
- HTMLWebpackPlugin
- WebpackDevServer
- Babel Loader
Run Dev Server (Port 3000)
npm run dev
npm run build
Thankyou Brad Traversy for all the amazing learnings and invaluable content.