arnoldclark / front-end-interview

MIT License
2 stars 2 forks source link

Migrates the start point from Parcel > Webpack #4

Closed johnmccollum closed 2 years ago

johnmccollum commented 2 years ago

This PR updates the mob programming start point to use Webpack rather than Parcel. It came to light that some Windows users were having problems npm installing as they were running into node-gyp issues.

ellie-at-arnoldclark commented 2 years ago

No issues running this with webpack (I'm on a Mac) but the ReadMe should be updated to remove references to Parcel. The app now runs on port 8080 instead of 1234 as well. 🙂

johnmccollum commented 2 years ago

Thanks @ellie-at-arnoldclark, nice catch! Pushed a further change that: