Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create the main export file. exposes an instanc() method that w…
…hen called returns an instance usage would be like import RServer from 'R-Server'; let app = RServer.instance(configPath?); app.listen(port?); app.get('/hello-world', (req, res) => res.end('Hello World'));
- Loading branch information