Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Bakcend refactory #86

Closed wwayne closed 6 years ago

wwayne commented 6 years ago

No merging, just been told current active branch is dev-client. So just for reference...

The main changes are:

  1. Generate frontend files into /public
  2. Update backend routing to host both API and frontend files
  3. Apply MVC patteren to the backend, instead writing everything in /server/server/, splitting them into routes, controllers, models
  4. Using standard as linting tool
wwayne commented 6 years ago

Close at the moment