Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

e3acad7 · May 21, 2023

History

History
22 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 450 Bytes

reactpy-router

A URL router for ReactPy

Package Installation

Requires Node to be installed:

npm install --save reactpy-router

For a developer installation, cd into this directory and run:

npm install
npm run build

This will install required dependencies and generate a Javascript bundle that is saved to `reactpy-router/bundle.js`` and is distributed with the associated Python package.