Skip to content

vitto-moz/tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A82832F5-3E1C-447A-B398-921497F3528A

Running Server and Client locally

Prerequisites

First, ensure you have the following installed:

  1. NodeJS - Download and Install latest version of Node: NodeJS
  2. Git - Download and Install Git

After that, use Git bash to run all commands if you are on Windows platform.

Clone repository

In order to start the project use:

$ git clone https://github.com/vitto-moz/tanks.git
$ cd tanks

Run Server

To run server locally, just install dependencies and run gulp task to create a build:

$ cd server
$ npm install -g gulp-cli
$ npm install
$ gulp build
$ npm start

Run Server For Develpment

To build and restart server file on every changes of ts files - run:

$ npm run dev

The socket.io server will be running on port 8080

Run React Client

Open other command line window and run following commands:

$ cd client
$ yarn install
$ yarn start

Now open your browser in following URL: http://localhost:4300/

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published