Minimalistic node-fetch starter
- isomorphic
- node-fetch
- starter
- template
Being at the root, execute
# yarn is fine too
npm i
npm start
See the result:
success:
[
{ id: 1, title: 'Post 1' },
{ id: 2, title: 'Post 2' },
{ id: 3, title: 'Post 3' }
]
Licensed under the MIT license.