-
Set up and run https://github.com/9to5tv/socket-server
-
Create
env.config.jsin 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]'
}
};-
npm install -
npm start