DavidEsdrs / eblog-client

Eblog client, consume eblog-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eblog Client

This is the react client for consuming the eblog api, check it out before start this client.

Getting start

  1. Clone this repository inside an empty folder:
git clone https://github.com/DavidEsdrs/eblog-client.git .
  1. Install the needed dependencies:
npm install
OR
yarn
  1. Run the project:
npm start
OR
yarn start

Try it out!

About

Eblog client, consume eblog-api


Languages

Language:JavaScript 93.3%Language:HTML 5.1%Language:CSS 1.6%