- Install yarn
- Run
yarn global add webpack && git clone [email protected]:dwilt/website.git && cd website && yarn && webpack
in your terminal. - Open
index.html
in a browser
- Inside of the root directory, run
webpack -w
. As you save files, the JS bundle will be recreated. Just hit refresh. No hot loading yet. Don't be so impatient. - Get the fuck to work