- Node.js v20.10.0
- npm v10.2.3
- First, you need to install all the required dependencies with
npm install. - Update backend url
baseURLinsrc/api/common/api.ts. - Create production build:
npm run build. - Build files are located in the
distdirectory. Set up an HTTP server to serve thedist/index.htmlfile and the static content.
Run npm run dev to run a dev/test server.