An application that displays random dad jokes at the press of a button. Built to learn the basics of Webpack.
- Download or clone the repository and run
npm i
to install the necessary packages - Run
npm run build
to build the application. Once the application is built a browser tab containing the bundle information will be displayed - Run
npm run dev
to start the application. The application will be visible on http://localhost:3000