Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up

  1. Set up and run https://github.com/9to5tv/socket-server

  2. Create env.config.js in root level of directory

module.exports = {
  development: {
    PUSHER_KEY: '[PUSHER APP KEY]',
    SERVER_URL: 'http://localhost:3000'
  },
  production: {
    PUSHER_KEY: '[PUSHER APP KEY]',
    SERVER_URL: '[AUTH SERVER URL]'
  }
};
  1. npm install

  2. npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages