Skip to content
forked from bgjug/website

The website of jug.bg, written in Java EE

Notifications You must be signed in to change notification settings

utrechtjug/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

website

website

For tasks use the github issues. If someone wants a task please message your leader : Nayden ([email protected]), Ivan ([email protected]), Martin([email protected])

react

webui related stuff

Installation

  • install npm (brew install npm, apt install npm, pacman -S npm)

  • install npm install yarn (npm install yarn)

We use eirslett’s maven plugin to build the front end.

We use mvn frontend:install-node-and-npm to install project specific versions of npm and node. This is bound to generate-resources phase.

IntelliJ 15 has mvn <3.1, we require >3.1. So install maven separately.

mvn clean install

mvn tomee:run

Open localhost:8080

You should see as hello world from a react component running on tomee.

About

The website of jug.bg, written in Java EE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • HTML 24.7%
  • CSS 13.9%
  • Java 1.3%
  • PHP 0.1%