This is a code bundle for NumeraAI MVP Development. The original project is available at https://www.figma.com/design/rz3P8HX3Bp7WYvq75QZoGc/NumeraAI-MVP-Development.
NumerAI — MVP Development
NumerAI is an AI-powered application built to provide intelligent insights and automation for businesses. This MVP demonstrates the project’s front-end and backend setup, powered by Vite, React, Express, and Node.js.
🚀 Features
Fast, modular, and scalable architecture
Vite-powered React front-end for instant reloads
Node.js + Express backend for API services
Ready for integration with AI or data-driven endpoints
Developer-friendly structure and scripts
🛠️ Tech Stack Layer Technology Frontend React + Vite + Tailwind CSS Backend Node.js + Express Package Manager npm Version Control Git & GitHub Environment Local development with .env support 📦 Installation & Setup (Run Locally)
Follow these steps to set up and run the project on your local machine 👇
-
Clone the repository git clone https://github.com/Codecx-Org/NumerAI.git
-
Navigate to the project folder cd NumerAI
-
Install dependencies npm install
If you see warnings or vulnerabilities, you can safely run:
npm audit fix
- Run the development server npm run dev
This will start your Vite dev server. Once it runs successfully, you’ll see an output similar to:
VITE v5.0 ready in 500ms Local: http://localhost:5173/
Open that URL in your browser.