Materially React
  • Welcome
  • Prerequisites
  • Getting Started
  • Installation
  • Axios API Calls
  • Localization
  • File Structure
  • Routing
  • Template Config
  • Layout Option
  • Default Theme
  • Color Management
  • State Management
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  • Pre-requisites
  • Troubleshooting

Was this helpful?

Prerequisites

PreviousWelcomeNextGetting Started

Last updated 11 days ago

Was this helpful?

No need to install or configure tools like Webpack or Babel—everything is preconfigured and handled in the background, allowing you to focus entirely on development.

Pre-requisites

To install and use this theme, It's required to be installed on your computer. Node is required only for a run and deploys the application, we won't get into too much detail for the same. It's also not required to have detailed knowledge of Node.js

c:> node -v
v22.x.x

Package Manager - npm or yarn

c:\> yarn -v
v4.9.1

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.

Node.js
link