monorepo
Remix PWA v4
File Explorer
Download Latest Version (.zip)- pkg-pr-new.yaml
- release.yaml
- validate.yaml
- dependabot.yaml
- funding.yml
- pre-commit
- pre-push
- settings.json
- tasks.json
- template.code-snippets
- 001-typescript-only.md
- 002-using-vitest.md
- 003-no-client-test.md
- 004-cache-package.md
- 005-using-cachified.md
- 006-deprecating-remix-cache.md
- 007-using-esbuild-within-vite.md
- 008-deprecating-strategy-package.md
- 009-removing-esbuild.md
- README.md
- cli.test.ts
- entry.worker.ts
- manifest[.webmanifest].ts
- .eslintignore
- .eslintrc.json
- .gitignore
- .prettierignore
- CHANGELOG.md
- cli.ts
- package.json
- README.md
- tsconfig.json
- index.ts
- useBadgeApi.ts
- useBatteryManager.ts
- useNetworkConnectivity.ts
- usePermission.ts
- usePWAManager.ts
- badge.ts
- battery.ts
- clipboard.ts
- connectivity.ts
- contacts.ts
- display.ts
- share.ts
- usage.ts
- user-agent.ts
- utils.ts
- .eslintignore
- .eslintrc.json
- CHANGELOG.md
- index.ts
- package.json
- README.md
- tsconfig.json
- hash.test.ts
- route-resolver.test.ts
- utils.test.ts
- vite-config.ts
- worker-resolver.test.ts
- bundler-plugin.test.ts
- loader-plugin.test.ts
- main-plugin.test.ts
- virtual-sw-plugin.test.ts
- bundler.ts
- loader.ts
- main.ts
- virtual-sw.ts
- babel.ts
- context.ts
- hash.ts
- index.ts
- resolve-route-modules.ts
- resolve-route-workers.ts
- resolver.ts
- types.ts
- vmod.ts
- .eslintignore
- .eslintrc.json
- .lintstagedrc.js
- CHANGELOG.md
- index.ts
- package.json
- README.md
- tsconfig.json
- worker-build.ts
- eslint-config-node.test.js
- eslint-config-node.cjs
- .eslintrc.json
- .lintstagedrc.js
- node.cjs
- package-lock.json
- package.json
- .eslintrc.json
- .lintstagedrc.js
- index.js
- package.json
- index.ts
- usePush.ts
- index.ts
- push.ts
- index.ts
- notifications.ts
- storage.ts
- types.ts
- utils.ts
- .eslintignore
- .eslintrc.json
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- browser-cache-mock.ts
- cache-mock-utils.ts
- base-strategy.test.ts
- cache-first.test.ts
- cache-only.test.ts
- enhanced-cache.test.ts
- network-first.test.ts
- stale-while-revalidate.test.ts
- BaseStrategy.ts
- CacheFirst.ts
- CacheOnly.ts
- EnhancedCache.ts
- index.ts
- NetworkFirst.ts
- StaleWhileRevalidate.ts
- types.ts
- utils.ts
- ManifestLink.tsx
- useSWEffect.ts
- index.ts
- logger.ts
- message-handler.test.ts
- navigation-handler.test.ts
- index.ts
- MessageHandler.ts
- NavigationHandler.ts
- SkipWaitHandler.ts
- defer.ts
- loader.ts
- registration.ts
- utils.ts
- versioning.ts
- types.ts
- .eslintignore
- .eslintrc.json
- CHANGELOG.md
- index.ts
- minify.mjs
- package.json
- README.md
- tsconfig.json
- db.ts
- queue.ts
- request.ts
- store.ts
- .eslintignore
- .eslintrc.json
- CHANGELOG.md
- index.ts
- package.json
- README.md
- tsconfig.json
- handle-request.test.ts
- request.test.ts
- response.test.ts
- handle-request.ts
- request.ts
- response.ts
- service-worker.internal.ts
- .eslintrc.json
- .lintstagedrc.js
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- entry.worker.css
- entry.worker.js
- favicon.ico
- manifest.json
- _index.tsx
- logout.tsx
- test.tsx
- entry.client.tsx
- entry.worker.ts
- root.tsx
- Page.tsx
- _app.flights.tsx
- _app.tsx
- _index.tsx
- basic-action.tsx
- basic-loader.tsx
- push.tsx
- selection.tsx
- sync-away.tsx
- database.ts
- entry.client.tsx
- entry.server.tsx
- entry.worker.ts
- root.tsx
- tailwind.css
- .eslintrc.js
- .gitignore
- env.d.ts
- package.json
- postcss.config.mjs
- README.md
- runtime.js
- sw.ts
- tailwind.config.ts
- tsconfig.json
- vite.config.ts
- README.md
- tsconfig.json
- update-sandbox.js
- entry.worker.ts
- _index.tsx
- entry.client.tsx
- entry.server.tsx
- root.tsx
- package.json
- remix.config.js
- tsconfig.json
- .editorconfig
- .gitignore
- .markdownlint.jsonc
- .multi-releaserc.json
- .npmrc
- .nvmrc
- .prettierignore
- .prettierrc.json
- .releaserc.json
- .unimportedrc.json
- CODE_OF_CONDUCT.md
- commitlint.config.cjs
- contributors.yml
- LICENSE.md
- package-lock.json
- package.json
- README.md
- tsconfig.json
- turbo.json
- vitest.config.ts
- vitest.workspace.ts
# Installation Guide
1. Get the code
git clone https://github.com/remix-pwa/monorepo
Downloads the entire project code from GitHub to your computer.
cd monorepo
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)
