Watch the Demo Here
First, install dependencies.
yarn
Then, run the dev server with hot reloading
yarn dev
Now that you have your xNFT dev server running, open it in the Backpack simulator to see it run.
That's it!
Once you're done and ready to publish, build your xNFT:
yarn build
Test the newly created build in dist/index.html
in the simulator:
yarn start
Builder Sagar Gajare