Skip to content

ngovanhuong94/stories-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published