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
git clone https://github.com/adamokasha/react-redux-blog.git
- Clone repo and install dependencies.
- Add .env.local in root folder and add env var REACT_APP_API_URL Link to companion api
- Run 'npm run start' in the terminal.