Skip to content

adamokasha/react-redux-blog

Repository files navigation

React-Redux Blog

Front-end for a simple React-Redux Blog. Authentication with JWT. Admins can read, write and edit posts. Users can add comments.

Built with:

  • React + Redux
  • Bootstrap 4
  • Create-React-App

Testing:

  • Jest
  • Enzyme
  • Moxios

Getting started

git clone https://github.com/adamokasha/react-redux-blog.git

Running in Development

  1. Clone repo and install dependencies.
  2. Add .env.local in root folder and add env var REACT_APP_API_URL Link to companion api
  3. Run 'npm run start' in the terminal.