socket-triple-h

Socket server for Triple-H travel-social-network

Quick start

  1. Install Nodejs (skip if you already installled):

    You can install Nodejs for your device follow by link

  2. Install nodemon (skip if you already installed):

    Install global:

    npm i -g nodemon

    Install dependency:

    npm i nodemon
  3. Install npm package for project:

    cd /path/to/dir
    npm i
    
  4. Add .env file:

    PORT=
    CLIENT_URL=
    
  5. Run project:

    npm start