Skip to content

navins94/rtcamp-react

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published