ngovanhuong94 / stories-app

My story app build with Reactjs and Graphql

Home Page:https://storyapp-huong.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • node
  • npm
  • mongodb
  1. Clone this repository

  2. Install server dependencies

    $ cd server
    $ npm install
  3. Install client dependencies

    $ cd client
    $ npm install

Run the app

  1. Start mongodb locally
    $ mongod
  2. Start the server
    $ cd server
    $ npm start
  3. Start the client
    $ cd client
    $ yarn start
  4. Browse to http://localhost:3000/

License

This project is made available under the MIT License.

About

My story app build with Reactjs and Graphql

https://storyapp-huong.herokuapp.com/


Languages

Language:JavaScript 90.6%Language:CSS 6.0%Language:HTML 3.4%