Skip to content

vems/web

Repository files navigation

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