# middleend-boilerplate **Repository Path**: mirrors_getify/middleend-boilerplate ## Basic Information - **Project Name**: middleend-boilerplate - **Description**: Boilerplate Starting Point for Middle-end Web Architecture - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Middle-End Boilerplate (c) Kyle Simpson MIT License This is boilerplate code of where to start with Middle-End web architecture. It includes two sub-modules: BikechainJS (server-side JavaScript) and HandlebarJS (templating engine). What you need to get started: 1. A working v8 compile (for BikechainJS) 2. Compiled BikechainJS (`engine`) 3. Apache with: - mod_rewrite - perl 5.x - mod_xsendfile 4. Make sure that both `uri.routing` and `engine` have executable permissions