cordite
v1.2.0
Published
<div align="center"> <img src="cordite.svg" width="100"/> <h1>Cordite</h1> </div>
Readme
Wrapper around Express designed for Create React App (CRA) front-end combiend with back-end API.
Features:
startandstopmethods added toapp- serve a directory of static assets (e.g.
buildcreated by CRA) - serve a static
index.htmlon a wildcard path (e.gbuild/index.htmlfor CRA) - serve an API router mounted at the
/apipath - gzip compression
- security middleware by
helmet
