Skip to content

Latest commit

 

History

History
 
 

README.md

Directus Remix Example

This is a Remix project bootstrapped with create-remix.

📌 Prerequisites

You will need to have the provided Directus project running first before proceeding with this example.

🚀 Getting Started

  1. Clone this repo.

  2. Install dependencies for this example.

    cd remix
    npm install
  3. Create a .env file by copying the provided .env.example file.

  4. Start the development server.

    npm run dev
    
    # Run this if you are on Windows instead
    # This is currently a known bug and it is tracked here: https://github.com/remix-run/remix/issues/914
    npm run dev:windows

    Your Directus Remix example is now running at http://localhost:3000.

🔗 Links

Directus

Remix