React Quick Start
-
Install dependencies:
yarn installornpm install -
Run dev server:
yarn startornpm start
Install dependencies:
yarn install or npm install
Run dev server:
yarn start or npm start
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.