/nhl-remix

NHL project built using Remix.

Primary LanguageTypeScript

NHL site using Remix

To install, follow any of the commands below depending on what package installer you use:

npm run install
# or
yarn install
# or
pnpm install
# or
bun install

To build the project:

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

To run the Development environment:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

To run the built project:

npm run start
# or
yarn start
# or
pnpm start
# or
bun start

Once completed, open http://localhost:5173.

Now you'll need to pick a host to deploy it to.

DIY

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of remix build

  • build/server
  • build/client