This is the web application for the new Recruitment Web for ISFiT25: Power.
-
Run Docker Desktop on your computer in the background
-
navigate to 'recruitement-web' i.e "cd recruitment-web"
-
run "npm install"
-
navigate to 'backend' i.e "cd backend"
-
run "npm install"
-
navigate to 'frontend' i.e "cd .." then "cd frontend"
-
run "npm install"
-
navigate to 'recruitement-web' i.e "cd recruitment-web"
-
run 'npm run dev'
-
You might need to run this command two times if its the first time starting the project