open-city / recycling

Crowdsourcing data about which residential buildings do not have recycling in Chicago
MIT License
27 stars 24 forks source link

Refactor server code #139

Open alexkahn opened 9 years ago

alexkahn commented 9 years ago

Move the server code into a directory to keep it separate from client side code

Something like:

root
|- app
  |- server.js
  |- views
  |- routes
  |- etc...
|- src
  |- js
  |- less
|- public
  |- js
  |- css