Skip to content

softspiders/node-fetch-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

node-fetch-starter

Minimalistic node-fetch starter


Feature tags

  • isomorphic
  • node-fetch
  • starter
  • template

Direct descendants


Authors

Alexander Lapygin


Install

Being at the root, execute

# yarn is fine too  
npm i

Run

npm start

See the result:

success:
[
  { id: 1, title: 'Post 1' },
  { id: 2, title: 'Post 2' },
  { id: 3, title: 'Post 3' }
]

License

Licensed under the MIT license.