The 'kitchen sink' of REA-based marketplaces: gifting, requests, offers & needs, exchanges, sales, multilateral trades & multi-value exchanges.
npm i -g pnpm
if you don't already have PNPM installedpnpm i
pnpm run dev
and navigate to localhost:5000.sirv
commands in package.json
to include the option --host 0.0.0.0
.To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv, which is included in your package.json's dependencies
so that the app will work when you deploy to platforms like Heroku.
Install vercel
if you haven't already:
npm install -g vercel
Then, from within your project folder:
cd public
vercel deploy --name my-project
Install surge
if you haven't already:
npm install -g surge
Then, from within your project folder:
npm run build
surge public my-project.surge.sh
@vf-ui/graphql-client-*
modulesApache 2.0