remix-the-web
Open source tools for Remix (or any framework!)
File Explorer
Download Latest Version (.zip)- build.yaml
- publish.yaml
- settings.json
- task.json
- fetch-proxy.test.ts
- fetch-proxy.ts
- fetch-proxy.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- file-storage.ts
- local-file-storage.test.ts
- local-file-storage.ts
- memory-file-storage.test.ts
- memory-file-storage.ts
- file-storage.ts
- local.ts
- memory.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- package.json
- README.md
- server.js
- tsconfig.json
- form-data.test.ts
- form-data.ts
- form-data-parser.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- accept-encoding.test.ts
- accept-encoding.ts
- accept-language.test.ts
- accept-language.ts
- accept.test.ts
- accept.ts
- cache-control.test.ts
- cache-control.ts
- content-disposition.test.ts
- content-disposition.ts
- content-type.test.ts
- content-type.ts
- cookie.test.ts
- cookie.ts
- header-names.test.ts
- header-names.ts
- header-value.ts
- if-none-match.test.ts
- if-none-match.ts
- param-values.test.ts
- param-values.ts
- set-cookie.test.ts
- set-cookie.ts
- super-headers.test.ts
- super-headers.ts
- utils.ts
- headers.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- byte-range.test.ts
- byte-range.ts
- lazy-file.test.ts
- lazy-file.ts
- fs.ts
- lazy-file.ts
- CHANGELOG.md
- global.d.ts
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- busboy.ts
- fastify-busboy.ts
- multipart-parser.ts
- multipasta.ts
- messages.ts
- package.json
- runner.ts
- utils.ts
- .gitignore
- global.d.ts
- package.json
- README.md
- server.ts
- tsconfig.json
- index.ts
- package.json
- README.md
- tsconfig.json
- worker-configuration.d.ts
- wrangler.toml
- main.ts
- package.json
- README.md
- package.json
- README.md
- server.js
- tsconfig.json
- buffer-search.test.ts
- buffer-search.ts
- multipart-request.test.ts
- multipart-request.ts
- multipart.node.test.ts
- multipart.node.ts
- multipart.ts
- read-stream.ts
- multipart-parser.node.ts
- multipart-parser.ts
- utils.node.ts
- utils.ts
- CHANGELOG.md
- global.d.ts
- jsr.json
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- express.ts
- node-fetch-server.ts
- node-http.ts
- package.json
- runner.sh
- package.json
- README.md
- server.crt
- server.csr
- server.js
- server.key
- fetch-handler.ts
- read-stream.ts
- request-listener.test.ts
- request-listener.ts
- node-fetch-server.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- parse.test.ts
- parse.ts
- route-pattern.test.ts
- route-pattern.ts
- split.test.ts
- split.ts
- route-pattern.ts
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- node-tar.ts
- tar-parser.ts
- tar-stream.ts
- package.json
- runner.ts
- read-stream.ts
- tar.test.ts
- tar.ts
- utils.ts
- tar-parser.ts
- base-256-size.tar
- base-256-uid-gid.tar
- express-4.21.1.tgz
- fetch-proxy-0.1.0.tar.gz
- gnu-incremental.tar
- gnu-long-path.tar
- gnu.tar
- incomplete.tar
- latin1.tar
- lodash-4.17.21.tgz
- long-name.tar
- multi-file.tar
- name-is-100.tar
- npm-11.0.0.tgz
- one-file.tar
- pax.tar
- space.tar
- types.tar
- unicode-bsd.tar
- unicode.tar
- utils.ts
- CHANGELOG.md
- global.d.ts
- LICENSE
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- changes.js
- fs.js
- github-releases.js
- packages.js
- process.js
- semver.js
- package.json
- publish-release.js
- tag-release.js
- tsconfig.json
- .env.example
- .gitignore
- .prettierrc
- CLAUDE.md
- CONTRIBUTING.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mjackson/remix-the-web
Downloads the entire project code from GitHub to your computer.
cd remix-the-web
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install <package-name>
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
