Skip to content

Полигоня: a short visual novel made for the Internet Applications Development class

Notifications You must be signed in to change notification settings

band-of-four/polygonya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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