Run the following command to install this frontend project:
yarn install
Run the following command to setup a development server on localhost:5173
:
yarn dev
Run the following command to build this frontend project:
yarn build
Build files should be inside ./dist
if built successfully.