Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 369 Bytes

react-router.md

File metadata and controls

9 lines (6 loc) · 369 Bytes

Installation and Usage on NextJS

Initialize your NextJS application:

npx declarative-routing init

This will generate an ./src/routes directory (you can specify the location during the install) that you can use to navigate to routes. It also generates a README.md file in the routes directory that contains information about how to use the system.