Status: in progress
- To compile the dev build of the application:
npm run build- To compile a production build of the application:
npm run build:prod- To compile a production build and increase the application version:
npm run build:release- If you want just run the app:
npm run app