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.
- Universal rendering
- React
- React Router
- Redux
- React Router Redux
- Express
- Babel
- Webpack
- Webpack Dev Middleware
- Webpack Hot Middleware
- Webpack Isomorphic Tools
- ESLint
- Mocha
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