Skip to content

forextreader852-eng/GO-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go Platform Workspace (React + Node)

Structure

  • client: Vite + React app
  • server: Node (Express) + Socket.IO server

Scripts (from repo root)

  • npm run dev: run client and server concurrently
  • npm run build: build client
  • npm start: start server (expects built client if you later serve static files)

Getting started

  1. Install Node.js 18+
  2. Install deps:
    • npm i (root) — installs workspaces
    • npm --prefix client i
    • npm --prefix server i
  3. Run dev: npm run dev

Notes

  • Existing legacy file web_go_game_index.html remains in repo root; you can move it into client/public/ if desired for reference during migration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages