React Quick Start
-
Install dependencies:
yarn install
ornpm install
-
Run dev server:
yarn start
ornpm start
Open your browser on http://localhost:3005/.
To use most of the Metronic build tools, Node.js LTS version is required. Some of the plugins and framework in Metronic does not yet support the latest Node.js version.
Install dependencies:
yarn install
or npm install
Run dev server:
yarn start
or npm start
Open your browser on http://localhost:3005/.
Our Metronic React application is based on Create React App. For more detailed information of the CRA, visit the official Create React App documentation website.