Simple project created by N.M.Ikram ~
List the steps required to install your project locally. Include any dependencies that need to be installed and how to install them.
# Clone the repository
git clone https://github.com/yourusername/yourproject.git
# Navigate to the project directory
cd yourproject
# Install dependencies
npm install
set BUILD_PATH=../server/public&& react-scripts build
Copy the set command exactly, making sure there's no space between the word public and the && symbols. If you add a space, Windows will add that space to the name of the build folder, and our front end dashboard will never load.
BUILD_PATH=../server/public react-scripts build