Wiredcraft / jekyllpro-cms

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

Dockerlization and update workflow #87

Closed wwayne closed 6 years ago

wwayne commented 6 years ago

Currently, the UI and API are separated, we want to update the workflow so that they can run as a whole system:

  1. Backend host frontend itself: update frontend webpack and backend routing to host frontend files as static files
  2. For developer, only one command make dev can start the system on local
  3. Dockerlize the project

The branch will be based on dev-client

wwayne commented 6 years ago

Done and update the README in dev-client branch