Skip to content

9to5tv/pong

Repository files navigation

Set up

npm install

Create ./env.config.js file:

module.exports = {
  development: {
    PUSHER_KEY: '',
    SERVER_URL: '',
    CHANNEL_NAME: 'private-pong-game-control'
  },
  production: {
    PUSHER_KEY: '',
    SERVER_URL: '',
    CHANNEL_NAME: 'private-pong-game-control'
  }
};

Development

npm start

http://localhost:8080/

Build

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published