UNPKG

@gov-cy/govcy-express-services

Version:

An Express-based system that dynamically renders services using @gov-cy/govcy-frontend-renderer and posts data to a submission API.

7 lines (5 loc) 182 B
import initializeGovCyExpressService from './index.mjs'; // Initialize the service const service = initializeGovCyExpressService(); // Start the server service.startServer();