Skip to content

storylog/react-typescript-challenge

Repository files navigation

yarn server

Run DB service Open http://localhost:3004/comments to view response JSON in comments services

options query string

  • _limit: number (limit items in response)
  • _page: number (paginations to skip items of comments)

example

http://localhost:3004/comments?_limit=10&_page=1

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published