https://github.com/rafiulgits/blog-frontend
https://github.com/rafiulgits/blog-frontend
blog-app reactjs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafiulgits/blog-frontend
- Owner: rafiulgits
- Created: 2020-02-14T11:27:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T06:26:53.000Z (over 4 years ago)
- Last Synced: 2025-01-23T19:44:36.200Z (8 months ago)
- Topics: blog-app, reactjs
- Language: JavaScript
- Size: 746 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.