To see result,
- download repo
npm install
npm run develop
- make API calls to
localhost:1337
+ endpoints
ENDPOINTS
/articles
for all articles/articles/id
for a specific article with id/articles?slug="slug"
for a specific article with slug
Discoveries
- in a component,
style
attribute does not take a string as in HTML and JavaScript, but an object. Keys are in camelCase.