Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

bilal-codingkey/profitpro-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profit Pro Frontend

This project is a React application.

Prerequisites

Before running the project, make sure you have the following software installed on your machine:

  • Node.js v16: You can use NVM (Node Version Manager) to install Node.js v16.

Installation

Installing Node.js v16 using NVM

  1. Install NVM (Node Version Manager) by following the instructions at NVM repository. Choose the installation method that is suitable for your operating system.

  2. Once NVM is installed, open a new terminal window or restart your terminal.

  3. Install Node.js v16 by running the following command:

    nvm install 16
  4. Verify that Node.js v16 is installed by running the following command:

    node --version

    You should see the version number of Node.js v16.

  5. Update the environment variable as needed

Starting the React Application

  1. Install project dependencies by navigating to the project directory in your terminal and running the following command:

    npm install
  2. Once the installation is complete, you can start the React application by running the following command:

    npm run start

    This command will start the development server and provide you with a local URL where you can access the application in your browser.

Running Tests

To run tests for the project, use the following command:

npm run test

This command will execute the tests and display the test results in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •