chenyunzheng / blog-react

This is the first react web app for blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the first react web app for blog based on Create React App

To simulate the backend service, Json Server is used. To start the json server by following command, and it will run on port 5000: npm run jsonserver

In project, url.js defines the request url for backend service(RESTful) and request.js wraps the fetch api for get, post and put.

  1. React Router for frontend routing
  2. faker and lodash for backend data fake

About

This is the first react web app for blog


Languages

Language:JavaScript 85.1%Language:CSS 9.8%Language:HTML 5.1%