Skip to content

drew-ross/go-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The game of Go in React + TypeScript

This is an implementation of the game of Go in React and TypeScript. I made this project to improve my skills as a developer and because I personally enjoy the game. For more information about the game and rules, see the Wikipedia page.

Technologies

Setup

The project uses the default create-react-app + npm scripts.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.

Environment

Developers can add a .env file to the root directory to access developer tools. See sample.env.