Skip to content

BuyMeTicket/Web_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRA JavaScript Starter

Starter kit to build with Create React App and thirdweb without additional initial configuration.

Installation

Install the template with thirdweb create

  npx thirdweb create --template cra-javascript-starter

Run Locally

Install dependencies

  yarn

Start the server

  yarn start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file. Generate your clientId and secretKey via thirdweb's dashboard.

CLIENT_ID

Deployment

Deploy a copy of your application to IPFS using the following command:

  yarn deploy

Additional Resources

Contributing

Contributions and feedback are always welcome!

Please visit our open source page for more information.

Need help?

For help, join the discord or visit our support page.