shopot / rsclone

RS Clone, team project 2022Q3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 93.1%Language:SCSS 5.9%Language:JavaScript 0.6%Language:HTML 0.4%