8000 GitHub - astaph0r/mern-chess
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

astaph0r/mern-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mern-chess: A MERN-based Chess Web App

Features

  1. Authentication using Email and Password
  2. Single Player Game with local and online saves
  3. Multiplayer Game with viewing mode

For development

  1. Rename sample.env files in both client and server folders and set the environment variables inside.
  2. Run cd client && npm install and cd server && npm install
  3. Run cd server && npm run dev

For production

  1. Rename sample.env files in both client and server folders and set the environment variables inside.
  2. Run npm run client:build && npm run server:install
  3. Run cd server && npm run dev

About

Resources

Stars

Watchers

Forks

0