kentcdodds / advanced-react-patterns-v2

Created with CodeSandbox
https://codesandbox.io/s/github/kentcdodds/advanced-react-patterns-v2
1.51k stars 568 forks source link

Added server.js for all endpoints #37

Closed sethbergman closed 6 years ago

sethbergman commented 6 years ago

Changes:


I also didn't need to add path or express to package.json in order for it to work properly. It seems strange indeed, unless there's a package that already has those dependencies inside package.json.

Node v10.4.0

Fixes #36

codecov[bot] commented 6 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #37   +/-   ##
======================================
  Coverage    41.6%   41.6%           
======================================
  Files          21      21           
  Lines         411     411           
  Branches       62      62           
======================================
  Hits          171     171           
  Misses        201     201           
  Partials       39      39

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e23f65...fbd9410. Read the comment docs.