Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 700 Bytes

File metadata and controls

21 lines (11 loc) · 700 Bytes

Challenge - Webpack Setup

Instructions

  1. Clone this repo. Go into repo.

  2. Create a new branch called [your username]-dev (e.g. hai5guy-dev) off the master branch

  3. Run npm install.

  4. Install webpack via npm.

  5. Setup a webpack config file. Set the entry point to be src/index.js and the output file to be dist/bundle.js

  6. Do npm start. A dist/bundle.js file should created. Then open the browser to make sure that bundle.js is served out.

  7. Add, commit, and do a pull request of your branch into the master branch.

Desire Results

I should be able to do a npm install then npm start. Then open the browser to http://localhost:5000/ and see the message "It works!"