You can contact the frontend to https://localhost:8010.
- NVM >= 0.39.5
- NodeJs >= 18.18.x LTS
nvm install --lts=hydrogen
npm install --global npm
npm install --global yarn
npm install --global gulp-cli
Install dependencies:
yarn install
Start the application:
yarn start
Got to http://localhost:3000/
The page will reload if you make edits.
You will also see any lint errors in the console.
Test the application:
yarn test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Build the application for production:
yarn build
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This frontend is based on Metronic v8.1.8.