Skip to content

yaldram/remix-basics

Repository files navigation

Remix Basics

Basic Concepts of Remix.js

Getting Started

Follow the steps below to set up the project locally.

Prerequisites

  • Make sure you have Node.js installed.
  • npm (usually comes with Node.js)

Installation

  1. Clone this repository

    git clone https://github.com/yaldram/remix-basics.git
    cd remix-basics
  2. Install dependencies

    npm install
  3. Run database migrations

    npm run migrations:up
  4. Seed the database

    npm run seed:db
  5. Start the development server

    npm run dev
  6. Visit the application Open your browser and go to http://localhost:5173

About

A reference repository for remix features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published