Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

File metadata and controls

19 lines (13 loc) · 325 Bytes

Employee Management

This is just for brushing up my react knowledge

Run the fontend web app

  cd frontend
  npm i && npm run dev

Run the backend Spring Boot server

Must have maven installed and added to you path (or run it from Eclipse or IntelliJ Idea)

  cd backend
  mvn spring-boot:run