Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Restructure Package Managing #28

Closed Angblah closed 7 years ago

Angblah commented 7 years ago

Pass the Package Management from Bower to NPM + Webpack

Angblah commented 7 years ago

Shifting away from Gulp + Bower to manage front end dependencies to Webpack + NPM + Babel, as DraftJS is only housed in NPM and NPM has more available in its library for react. Webpack packages the .js files along with their dependencies into a bundled file to reference from the templates. Babel is used to translate from React-friendly JSX to browser-friendly JS.