Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 398 Bytes

revoinfo-ui

Run the project

DEV

In order to run the project in DEV mode and see hot reloaded code changes please run npm run dev.

PROD

In order to serve the application in the most efficient way, please follow this steps:

  1. run npm run build to compile it;
  2. run npm run start to serve from compiled source folder.

This will reduce memory usage to the minimun required.