Source of https://work.mendoitarou.com/
Please click here for more information about this page.
Make sure to install the dependencies:
npm installStart the development server on http://localhost:3000:
npm devGenerate SSR application for prodction:
npm generateCheck out the deployment documentation for more information.