The cutest IAD lab work you'll ever find
- lab2: Vue.js on the frontend, Java EE Servlets (Scala) on the backend.
- lab3: JavaServer Faces, Scala, Oracle Database
- lab4: React + Redux, Spring Boot, Scala, Oracle Database
React + Redux without a back-end, available here.
The following commands start up a local server on port 5000
and
recompile scripts and stylesheets on file change.
cd client
npm i
npm run dev