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