Skip to content

abramu/coding-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Task

How to build and run

Requires:

  • JDK 21
  • Maven 3.9
    • Alternatively, use the provided ./mvnw (UNIX) or ./mvnw.cmd (Windows) script as a replacement for mvn.
  • Node 22 (+ npm)

DISCLAIMER: These commands have been written for Linux and have only been tested on Ubuntu 25.04 with the tool versions listed above.

cd frontend
npm install
npm build
mkdir -p ../backend/src/main/webapp
cp dist/coding-task-frontend/browser/* ../backend/src/main/webapp
cd ../backend
mvn clean package wildfly:run

Once started, the app can be accessed at http://localhost:8080/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published