rou3
๐ณ Lightweight and fast rou(ter) for JavaScript
File Explorer
Download Latest Version (.zip)- autofix.yml
- ci.yml
- CODEOWNERS
- _utils.ts
- add.ts
- find-all.ts
- find.ts
- overlap.ts
- remove.ts
- _escape.ts
- _group-delimiters.ts
- _group-names.ts
- _overlap.ts
- _segment-wildcards.ts
- _subsume.ts
- compiler.ts
- context.ts
- index.ts
- object.ts
- regexp-to-route.ts
- regexp.ts
- route-node-keys.ts
- types.ts
- compiled-all-empty.mjs
- compiled-all.mjs
- compiled-aot.mjs
- compiled-empty.mjs
- compiled-jit.mjs
- bundle.test.ts
- impl.test.ts
- impl.ts
- index.ts
- input.ts
- urlpatterntestdata.json
- _regexp-cases.ts
- _utils.ts
- compiler-playground.ts
- find-all.test.ts
- find.test.ts
- group-names.test.ts
- overlap.test.ts
- regexp-to-route.test.ts
- regexp.pcre.test.ts
- regexp.test.ts
- route-node-keys.test.ts
- router.test.ts
- types.test-d.ts
- wpt.test.ts
- .editorconfig
- .gitignore
- .oxfmtrc.json
- .oxlintrc.json
- AGENTS.md
- build.config.mjs
- CHANGELOG.md
- CLAUDE.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- renovate.json
- tsconfig.json
- vitest.config.mjs
# Installation Guide
1. Get the code
git clone https://github.com/h3js/rou3
Downloads the entire project code from GitHub to your computer.
cd rou3
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
