Skip to content

jakubmarchwiany/play2gether-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play2Gether -- Sports gathering app

Warning: App is under active development

Play2Gether is an app that allows you to create, join and connect with others that want to do some sport activities in groups.

Installation

Prerequisites

  • Node.js (version >= 14.0.0),
  • Javascript package manager (npm (version >= 5.6) or yarn (didn't use) are ok),

How to launch

To launch Play2Gether you have to install prerequisites and fork this repository.

# clone the forked repository replacing 'YOUR_GITHUB_USERNAME' with your github username
$ git clone https://github.com/YOUR_GITHUB_USERNAME/play2gether.git

# change the directory
$ cd play2gether

# install needed packages
$ npm install

# run the app
$ npm start

Learning hub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • HTML 1.8%
  • CSS 1.4%