CodeForPhilly / neargreen

Where finding healthy food, is a few steps away.
MIT License
5 stars 8 forks source link

UI - Replace Bower Front-End Package manager with NPM #14

Closed csharpie closed 7 years ago

csharpie commented 7 years ago

Bower is coming out of favor in the web app world and NPM is the more favorable kid in town. Let's go ahead and replace Bower with NPM.

We should make sure all packages referenced in the bower.json file are included in the package.json file that npm init creates.

We also should remove all bower related items including the app/static/vendor/ folder, with the exception of turf.

Please also see if NPM can install Turf.js.

Beginners and Code Newbies, feel free to try this one out. Marking it as intermediate but try submitting a PR anyway.