Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.22 KB

VEMS Web

This is the frontend web service for the VEMS project. It has a lightweight server component for isomorphic rendering and serving the static web assets.

Technologies

Credits

This repo is based off the amazing erikras/react-redux-universal-hot-example boilerplate. There are several major modifications and removals, including:

  • adding docker support
  • removing the api server (since this is handled by another service)
  • removing the example components
  • removing bootstrap and font-awesome configs/styles