kimfom01 / FakePeople

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fake People

For instructions on running the client React App see the docs

Introduction

  • This is an application to view randomly generated people

Installation

Prerequisites

Getting the Project

  • Clone the repository: git clone https://github.com/kimfom01/FakePeople.git
  • Alternatively, download and extract the project ZIP file.

Building the Project

  • Navigate to theFake People's root directory in the terminal.
  • Run dotnet build to compile the project.

Running the Application

  • Execute dotnet run within the Fake People directory.
  • Access the application via the provided local server URL for web projects.

Publishing (For Deployment)

  • Run dotnet publish -c Release -o ./publish to package the application for deployment.
  • Deploy the contents of the ./publish directory to your hosting environment.

About


Languages

Language:TypeScript 60.2%Language:C# 22.6%Language:HTML 12.4%Language:CSS 4.8%