Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 631 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 631 Bytes

Mediun

Online Demo : https://mediun.herokuapp.com/

A blog for posting articles built on top of Facebook Rich text editing Using

  • React/Redux
  • NodeJS
  • GraphQL

Installation

Installing client dependencies.

$ cd Mediun/client
$ npm install

installing server dependencies

$ cd Mediun/server
$ npm install

Run Mediun server

$ cd Mediun
$ npm run server

Run Mediun client

open a new terminal and :

$ cd Mediun
$ npm run client

see the Client in action

visit http://localhost:3000

open GraphiQl queries/mutations editor

visit http://localhost:4002/graphiql