The following installation will make the site available at https://localhost:3000.
Install the dependencies:
npm install
Build the client:
npm run build
Run the server:
npm run server
The following installation will make the site available at https://localhost:3000.
Install the dependencies:
npm install
Build the client:
npm run build
Run the server:
npm run server