Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 703 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 703 Bytes

React With Wordpress

This is a simple blog built with the help of Wordpress Rest API and React.

Getting Started

This project created as an assignment for rTcamp

Installing

$ git clone https://github.com/navins94/rtcamp-react.git
$ cd rtcamp-react
$ npm install

Find Api.js in Service folder and update the url.

const api = axios.create({
	baseURL: 'http://localhost:10010/'
});

Run on local

$ npm run dev

Navigate to http://localhost:3000

Built With

*The theme uses Bootstrap for styling its views and components.