interactive-remix-routing
Interactive app to demonstrate how routing works in Remix
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- Header.tsx
- index.tsx
- GithubIcon.tsx
- index.tsx
- index.tsx
- RemixLogo.tsx
- SomeComponent.tsx
- structure.tsx
- customers.tsx
- vendors.tsx
- too.tsx
- bad.tsx
- good.tsx
- $activityId.tsx
- all.tsx
- latest.tsx
- activity.tsx
- details.tsx
- index.tsx
- $invoiceId.tsx
- index.tsx
- markdown.md
- MDX.mdx
- $date[.csv].ts
- grid-view.tsx
- list-view.tsx
- $.tsx
- match1.tsx
- match2.tsx
- __template-person-list.tsx
- about.tsx
- and.this.works.tsx
- errors.tsx
- index.tsx
- invoices.tsx
- posts.tsx
- some-list.tsx
- splat.tsx
- this.works.tsx
- global.css
- grid-view.css
- entry.client.tsx
- entry.server.tsx
- root.tsx
- favicon.ico
- .eslintrc.js
- .gitignore
- LICENSE
- netlify.toml
- package-lock.json
- package.json
- README.md
- remix.config.js
- remix.env.d.ts
- server.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/dilums/interactive-remix-routing
Downloads the entire project code from GitHub to your computer.
cd interactive-remix-routing
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)
