inglkruiz / nftix-demo-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFTix Demo UI

This repository contains the UI used for my Egghead course on building a NFT ticketing system 🥚 🤓

If you're watching the videos, use the main branch to follow along. To see the final results, checkout the final branch.

Get started

  1. Clone the repo to you local system
git clone git@github.com:ryancharris/nftix-demo-ui.git
  1. Open the directory
cd nftix-demo-ui
  1. Install the required node modules
yarn install
  1. Set the value of REACT_APP_CONTRACT_ID
# .env.development.local

REACT_APP_CONTRACT_ID=0x1234567890
  1. Start the development server
yarn start

About


Languages

Language:JavaScript 90.9%Language:HTML 7.4%Language:CSS 1.7%