srvs
srvs copied to clipboard
Zero dependency dev server
Results
2
srvs issues
Sort by
recently updated
recently updated
newest added
# must have - serve static files relative to a local folder - ES modules with Node resolution for relative imports and installed `node_modules` (works offline) - decent performance (loads...
Common use cases for this include logic that's conditionally run depending on environment and API access keys that you don't want to hardcode. We should always support `NODE_ENV` and possibly...
enhancement