Skip to content
forked from shopot/rsclone

RS Clone team project 2022Q3. Durak card game client & server

License

Notifications You must be signed in to change notification settings

gentoosiast/rsclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Game Card Durak

Card Game Durak

Description

Team project (RS Clone 2022Q3) by @shopot, @sinastya, and @gentoosiast

VS Code Extensions required for development

Full-Stack Projects

Installation

  • Clone this repository on your local computer
  • Install depends npm packages of Node.js for client and server
$ git clone https://github.com/shopot/rsclone.git
$ cd rsclone
$ git checkout develop
$ git pull
$ cd client
$ npm install
$ cd ../server
$ npm install

Running the back-end

  • configure .env as needed for production mode
# inside rsclone directory
$ cd ./server

# development and watch mode
$ npm run start:dev

# production mode
$ cp .env-example .env
# modify .env as needed
$ npm run start:prod

Running the app

  • configure .env as needed for production mode
# inside rsclone directory
$ cd ./client

# development and watch mode
$ npm run start

# production
$ cp .env.development .env.production
# modify .env.production as needed
$ npm run build

Card Game Durak is now ready! You can access it via http://localhost:3000.

About

RS Clone team project 2022Q3. Durak card game client & server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published