guleatoma / eventfood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

git clone git@github.com: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

About


Languages

Language:JavaScript 99.6%Language:Python 0.2%Language:HTML 0.1%Language:R 0.1%Language:Java 0.1%