Online Demo : https://mediun.herokuapp.com/
A blog for posting articles built on top of Facebook Rich text editing Using
- React/Redux
- NodeJS
- GraphQL
Installing client dependencies.
$ cd Mediun/client
$ npm install
installing server dependencies
$ cd Mediun/server
$ npm install
$ cd Mediun
$ npm run server
open a new terminal and :
$ cd Mediun
$ npm run client
visit http://localhost:3000