Skip to content

m1skou/killer-front

Repository files navigation

Killer Party - Web Application

This repository contains the Front Web Application source code for the Killer Party project.

The technologies are around React and it's ecosystem.

Entirely written in TypeScript, from the balls to the bones.

How to install it

Install dependencies by using pnpm:

(Be sure to be in a correct node version (at least >= 18.18.0) before using pnpm)

pnpm install

How to configure it

Create a local .env file by using the existing one:

cp .env.dist .env

If you don't have install the API on your localhost yet, you should use the STAGING API.

The STAGING API URL to use inside your .env file is: https://killer-api-demo.herokuapp.com

How to launch it

Launch the Web Application by using the following command:

pnpm start

And voilà!