Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install the server on an AWS free tier server for testing purposes #2

Closed
programarivm opened this issue Jun 23, 2021 · 1 comment
Closed

Comments

@programarivm
Copy link
Member

No description provided.

@programarivm
Copy link
Member Author

programarivm commented Jul 24, 2021

An elastic IP has been assigned to the sandbox chess server.

redux-chess can now be initialized as it is described below.

import React from 'react';
import ReactDOM from 'react-dom';
import { Chess } from 'redux-chess';

const props = {
  server: {
    host: '3.121.169.246',
    port: '8080'
  }
};

ReactDOM.render(
  <Chess props={props} />,
  document.getElementById('redux-chess')
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant