Skip to content

"Welcome to my Full-Stack Portfolio! This project demonstrates my skills in both front-end and back-end development. The dynamic and interactive user interface is built with React, while the powerful and scalable server-side logic is implemented using Node.js. Explore the seamless integration of these technologies in my showcase project."

Notifications You must be signed in to change notification settings

nornina98/fullstack-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple project created by N.M.Ikram ~

Installation

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

Setting BUILD_PATH On | Windows

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.

Rather than the bash version:

BUILD_PATH=../server/public react-scripts build

About

"Welcome to my Full-Stack Portfolio! This project demonstrates my skills in both front-end and back-end development. The dynamic and interactive user interface is built with React, while the powerful and scalable server-side logic is implemented using Node.js. Explore the seamless integration of these technologies in my showcase project."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published