Skip to content

Horrero/Horreror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horreror

This is the front-end part of the project, built using React, located inside the client directory. Below are the instructions to run the React app locally, allowing you to edit and see the changes in real-time.

Getting Started

Follow these steps to set up and run the project locally on your machine.

Prerequisites

Make sure you have the following installed:

  • Node.js: Download and install it from here.
  • npm: Node Package Manager, which comes with Node.js, is used to install the dependencies.

Steps to Run the React Front-End

  1. Open a terminal and navigate to the client directory:
    cd client
  2. Install all the required libraries and dependencies: Run the following command to install all the necessary npm packages:
    npm install
  3. Start the React app: To run the app locally, execute:
    npm run start
    • Once the app starts successfully, it will open in your default web browser. Any changes you make to the code will automatically refresh the browser.

Editing the Code

After following the steps above, you can now edit the code in the client directory. Any changes you make to the React components will immediately reflect in the browser.

Additional Notes

  • If you run into any issues, make sure your Node.js version is 20.x.x and npm to be up to date.
  • By default, the app will run on http://localhost:3000. If that port is already in use, it will automatically suggest an alternative.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors