1 ) Go to this path C:\xampp\apache\conf\extra
2 ) Open file httpd-xampp
3 ) Set Virtual Host for project
4 ) Open Apache configuration and apply Virtual host changes
5 ) set project wise htaccess at C:\xampp\htdocs
please first of check nodejs version 18.17.1 and npm version 9.6.7
please follow this command
node version
node -v
npm version
npm -v
npm install
ng build
build file move of htdocs new folder create and move here and save it. then create .htaccess file and configuration file added and folder wise path added.
and save it
this video for frontend
simplescreenrecorder-2024-03-07_14.19.07.1.mp4
please first of check nodejs version 18.17.1 and npm version 9.6.7
please follow this command
node version
node -v
npm version
npm -v
npm install
pm2 start index.js
for start project
this video for backend

