empowerhack / DrawMyLife-Website

A website showcasing the Draw My Life initiative, partnerships and team
http://drawmylife.org/
2 stars 1 forks source link

Move away from NPM and use Yarn instead for dependency management #37

Closed tanyapowell closed 7 years ago

tanyapowell commented 7 years ago

What

Rather than using NPM for dependency management use Yarn instead.

Why

It's much faster than NPM and makes it easier for us to manage dependency versions. Will also save us all from having potentially huge node_modules on our local machines

Can read a comparison of the two here

How

Considerations