# micro-core **Repository Path**: mirrors_TooTallNate/micro-core ## Basic Information - **Project Name**: micro-core - **Description**: The core system of micro - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # micro-core The core micro API. Designed for production use, or for packages to extract dependencies with a minimal footprint. It avoids dependencies as much as possible for fast downloads. For the complete package, API and transpilation runtime look at [micro](https://github.com/zeit/micro). ## micro-serve This package ships with `micro-serve` installed in `bin`. Point it to a module that exports a `micro` request handler: ```bash $ micro-serve -h usage: micro-serve [-h host] [-p port] $ micro-serve -p 3000 index.js Listening on *:3000 ```