MKHenson / hatchery-editor

Engine for building, deploying and sharing web apps within the Webinate community
GNU General Public License v2.0
0 stars 0 forks source link

Separate client & server #29

Closed MKHenson closed 8 years ago

MKHenson commented 8 years ago

The app project has so far consisted of both the client and server as part of the final product in this single repository. The project needs to be broken up into smaller, more manageable and independent git projects. This will ensure that the requirements do not overlap, conflate or conflict and makes for a much easier project structure. The server logic should be moved to app-engine-server and the client should be app-engine-client respectively.

MKHenson commented 8 years ago

Server has been separated and moved to its own repo. Modepress plugin has also moved to a separate repo