Starter project for using Remix with Express
The README provides guidance on using npm init remix
instead of the mentioned starter repo to create a new Remix app. It also indicates that the repository was archived on April 29, 2021. The starter repo was designed for using Remix with Express, offering instructions for both development and production modes. It also mentions the availability of detailed documentation for Remix at remix.run.
To install the theme, follow these steps:
.npmrc.example
to .npmrc
and add the license key obtained from the dashboard at remix.run.npm install
npm run dev
npm run build
The README suggests using npm init remix
instead of the provided starter repo for creating a new Remix app. It highlights the use of Express with Remix, provides instructions for development and production modes, and mentions the availability of detailed documentation for Remix at remix.run. The README was last updated on April 29, 2021, and includes information on project structure and an alternative branch for plain JavaScript instead of TypeScript.