Mantis MUI React
v3.2.0
v3.2.0
  • Documentation
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Internationalization
  • Authentication
    • Switch to Auth0
    • Switch to Firebase
    • Switch to AWS Cognito
  • Axios API Calls
  • Routing
  • Project Configuration
  • Color Presets
  • Theme/Style Configuration
  • How to
    • Login as First Page
    • Remove menu render from Backend
    • Remove Authentication
      • Vite
      • NextJS
  • Figma
  • Integration
    • Seed
    • To Existing Project
    • Comparison
  • Components
    • Avatar
    • BreadCrumb
    • Button
    • Dot
    • Main Card
    • Progress
    • SnackBar
    • Tooltip
    • Transitions
  • Dependencies
    • Vite js
    • Next js
  • Roadmap
  • Support
  • Changelog
  • Mantis Eco System
  • FAQ
Powered by GitBook
On this page
  • Pre-requisites
  • Troubleshooting

Pre-requisites

Pre Requisites needed to run and build Mantis

PreviousDocumentationNextQuick Start

Last updated 11 months ago

You don’t need to install or configure tools like Webpack or Babel. They are configured and hidden so that you can focus on the code.

Pre-requisites

Mantis is based on node and Vite. Please check the following prerequisites before jumping on it.

Node is the primary prerequisite for Mantis. Open your command terminal and check using the node -v command

c:\> node -v
v20.x.x

Package Manager - npm or yarn

c:\> yarn -v
1.22.19

Troubleshooting

If you face the following error in your terminal, it means Yarn is not installed in your system.

c:\> yarn -v
'yarn' is not recognized as an internal or external command,
operable program or batch file.

Please install it using this as it does not come with Node automatically.

link