- Clone repo
- Install with
npm i
- Start in dev mode with
npm run dev
. - This will use the development package
concurrently
to run the front end and back end simultaneously. Theu run on different ports and proxied usingpackage.json
. - Add the token query string parameter to the url e.g.
https://localhost:3000/?token=10000
. - Connect Sollet wallet and Sign Transaction.'
- Generate a build with
npm run build
. - Use
npm start
to run in production mode. - Production mode doesn't use
concurrently
because only the server is running and it serves the production built React app from the/build
folder. - Go to port 500 instead:
https://localhost:3000/?token=10000
.