Skip to content

dev19Aman/remix-dnd

Repository files navigation

Welcome to My Remix App! This project is built with Remix, a full-stack web framework for building fast, dynamic, and scalable applications.

Getting Started Follow these steps to install and run the app:

Install Dependencies With npm:

bash Copy code npm install Or with yarn:

bash Copy code yarn install Run the Development Server Start the app in development mode:

With npm:

bash Copy code npm run dev Or with yarn:

bash Copy code yarn dev Visit the app at http://localhost:3000.

Build for Production To create a production-ready build:

With npm:

bash Copy code npm run build Or with yarn:

bash Copy code yarn build Start the Production Server After building, start the app:

With npm:

bash Copy code npm start Or with yarn:

bash Copy code yarn start