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
- Host: GitHub
- URL: https://github.com/thirdweb-example/cra-javascript-starter
- Owner: thirdweb-example
- License: apache-2.0
- Archived: true
- Created: 2022-03-18T00:31:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T20:03:29.000Z (about 2 years ago)
- Last Synced: 2025-03-24T12:15:19.522Z (11 months ago)
- Language: JavaScript
- Homepage: https://cra-javascript-starter.thirdweb-example.com
- Size: 2.02 MB
- Stars: 32
- Watchers: 3
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).