This is a simple blog built with the help of Wordpress Rest API and React.
This project created as an assignment for rTcamp
$ 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
*The theme uses Bootstrap for styling its views and components.