/example-spa-blog-react

An example of a React blog using TS and Jest

Primary LanguageTypeScript

Example of a simple React "blog"

Gets data from its API and displays posts, comments, and likes (only sourced from localStorage atm)

  1. npm i
  2. To see the app locally: npm run dev
  3. To run tests: npm run test