Skip to content

Files

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

README.md

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