Skip to content

ProjectSunday/webpack-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published