-
Clone this repo. Go into repo.
-
Create a new branch called [your username]-dev (e.g. hai5guy-dev) off the master branch
-
Run
npm install
. -
Install webpack via npm.
-
Setup a webpack config file. Set the entry point to be src/index.js and the output file to be dist/bundle.js
-
Do
npm start
. A dist/bundle.js file should created. Then open the browser to make sure that bundle.js is served out. -
Add, commit, and do a pull request of your branch into the master branch.
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!"