Fractional nfts!
Both the backend and frontend use npm.
cdinto frontend folder.- run
npm ito install dependencies. - run
npm startto start the front-end.
cdinto backend folder.- run
npm ito install dependencies. - run
npm startto start the server.