Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 717 Bytes

Polygonya :3

The cutest IAD lab work you'll ever find

Past releases

  • 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

master branch version

React + Redux without a back-end, available here.

Development

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