This project is a web application built with React and Remix for the front end, and Django for the back end. It is designed to provide a robust and scalable platform, combining modern front-end and back-end technologies.
- arvr React with Remix, Vite, and TypeScript
Before you start, ensure you have the following installed:
- Node.js (LTS version recommended)
- Vite (for development server)
- TypeScript (if using TypeScript)
-
Clone the repository using Git:
git clone
-
Navigate to the project directory:
cd arvr/arvr
-
Navigate to the front-end directory:
Component and pages
-
Install the required npm packages:
npm install
-
Start the development server:
npm run dev