Madison-SDC / 360WebViewer

2 stars 9 forks source link

Set up back end for project #7

Closed jsimonson2013 closed 7 years ago

jsimonson2013 commented 8 years ago

This app doesn't really have a back end at the moment. It would be nice to have data storage, web serving, etc. handled by a back end. I would prefer this to be in express.js or another javascript framework for consistency and maintainability.

jsimonson2013 commented 8 years ago

This must be done in order to make progress on any part of the project that requires a build to update, i.e. implementing new components in aframe.js. I will take this project and begin a simple back end to serve this project locally.

jsimonson2013 commented 7 years ago

running with budo by stealing some code from aframe-component-boilerplate. closing