Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Game Together Frontend

Frontend for the Game Together application, built with the following technologies

Dir Structure

.
├── README.md                   <-- You are here
│
├── src/                        <-- Source code
│   ├── components/             <-- React components
│   ├── pages/                  <-- Web pages
│

Installation

$ npm install

Running the app

# development
$ npm run dev

Test

# unit tests
$ npm run test