An open API service indexing awesome lists of open source software.

https://github.com/thirdweb-example/cra-javascript-starter

thirdweb starter project with Create React App & JavaScript
https://github.com/thirdweb-example/cra-javascript-starter

javascript react starter-kit starter-template web3

Last synced: 9 months ago
JSON representation

thirdweb starter project with Create React App & JavaScript

Awesome Lists containing this project

README

          

# CRA JavaScript Starter

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

## Installation

Install the template with [thirdweb create](https://portal.thirdweb.com/cli/create)

```bash
npx thirdweb create --template cra-javascript-starter
```

## Run Locally

Install dependencies

```bash
yarn
```

Start the server

```bash
yarn start
```

## Environment Variables

To run this project, you will need to add the `CLIENT_ID` variables to your .env file.

You can generate your `clientId` and `secretKey` via thirdweb's [dashboard](https://thirdweb.com/create-api-key).

## Deployment

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

```bash
yarn deploy
```

## Additional Resources

- [Documentation](https://portal.thirdweb.com)
- [Templates](https://thirdweb.com/templates)
- [Video Tutorials](https://youtube.com/thirdweb_)
- [Blog](https://blog.thirdweb.com)

## Contributing

Contributions and [feedback](https://feedback.thirdweb.com) are always welcome!

Please visit our [open source page](https://thirdweb.com/open-source) for more information.

## Need help?

For help, join the [discord](https://discord.gg/thirdweb) or visit our [support page](https://support.thirdweb.com).