An open API service indexing awesome lists of open source software.

https://github.com/rafiulgits/blog-frontend


https://github.com/rafiulgits/blog-frontend

blog-app reactjs

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blog-Frontend

**This frontend is developed on `ReactJS` . To communicate with backend server it uses `axios` and to maintain the states it uses simply the `localstorage`.**

## Requirements

* [Backend API](https://github.com/rafiulgits/blog-backend-api)
* NodeJS
* Web Browser

## How to install

* clone this repo `git clone https://github.com/rafiulgits/blog-frontend.git`
* open terminal on project root and install all required modules `npm install`
* To start the react development server use `npm start`. Make sure that backend server already started.