live-score

Live Score

A work in progress FullStack Football Live Score Application built with NextJS, TypeScript & NodeJS.

Features

Live URL

https://currentscore.live/

Screenshot

Frontend

Backend

Infrastructure / Production

Future Plans

TBC….

How To Use

The most simple way to run this application is by using npm or yarn.

Go into relevant directory:

$ cd live-score/api or live-score/client

Install dependencies

$ npm install

Run the service

$ npm run dev

Build the web app

$ npm run build

Please check out the package.json files for more information on additional commands.