- Install Java 11: Go to https://adoptopenjdk.net/ and download version 11. If the Operating System is Windows: set the
system environments for
JAVA_HOME
(jdk root folder) andPATH
(jdk root folder\bin) - To start the backend run
mvn spring-boot:run
command (control + c will kill the application) - Build the frontend:
cd src/frontend
,yarn
. (installyarn
andnode
if needed) - To start the frontend go to
src/frontend
and runyarn start
. It will run onlocalhost:3000
. - To run tests:
- Using Mozilla Firefox:
mvn test -DbrowserFamily=firefox
- Using Google Chrome:
mvn test -DbrowserFamily=chrome
- Using Opera:
mvn test -DbrowserFamily=opera
- Using Microsoft Edge:
mvn test -DbrowserFamily=edge
- Using Mozilla Firefox:
-
Notifications
You must be signed in to change notification settings - Fork 0
TheKolega/alasdoodevelopercourseassignment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published