code-for-nashville / glean-tennessee-web

This project was created during Nashville's Civic Day of Hacking to allow farmers and other food providers to notify the Society of St. Andrew of food donations available for harvest and pick up.
https://glean-tennessee.firebaseapp.com/
8 stars 10 forks source link

Add structure #26

Closed coreyar closed 6 years ago

Rian501 commented 6 years ago

Just out of curiosity, what is the difference between static and public? For my own edification. I like this addition.

coreyar commented 6 years ago

I created src/static for static assets like images that we are referencing in JS. public is the directory the app will be served out.

Rian501 commented 6 years ago

I think this looks good to me. A good starting place, for sure. :+1: