Skip to content

guleatoma/eventfood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages