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