git clone git@github.com:niculistana/eventfood.git
npm install
npm start
#restart the server if there are any server/api changes
npm build-front
#builds both css and js
open http://localhost:8080/
src/main/js
├── components
│ └── App.js
├── index.js
└── styles
src/main/java
└── com
└── angelhack
└── MyResource.java