Run npm i
and npm run dev
Run npm i
and npm run dev
Both client and server can be deployed on render.com
Deploy as a Static site.
- Build Command:
npm install && npm run build
- Publish directory:
dist
Deploy as a Web Server.
- Build Command:
npm install
- Start Command:
node server