TechAndCheck / tech-and-check-alerts

Daily tip sheet for fact checkers
MIT License
13 stars 6 forks source link

Improve how we start and run the app in development #334

Closed reefdog closed 4 years ago

reefdog commented 4 years ago

Our yarn start command fires up parcel, which is unnecessary overhead since we aren't even generating client code atm. We should ensure we're only firing up what we need to be.