Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 609 Bytes

ReadMe.md

File metadata and controls

32 lines (25 loc) · 609 Bytes

Getting started

git clone [email protected]:niculistana/eventfood.git npm install

Running the server and re-compiling backend

npm start #restart the server if there are any server/api changes

Building front-end

npm build-front #builds both css and js

Accessing the app

open http://localhost:8080/

Q & A

Where do I go to develop the front-end

src/main/js

├── components
│   └── App.js
├── index.js
└── styles

Where do I go to develop the api?

src/main/java

└── com
    └── angelhack
        └── MyResource.java