In order to run the project in DEV mode and see hot reloaded code changes please run npm run dev
.
In order to serve the application in the most efficient way, please follow this steps:
- run
npm run build
to compile it; - run
npm run start
to serve from compiled source folder.
This will reduce memory usage to the minimun required.