https://github.com/superdev093/taquito-react-start
https://github.com/superdev093/taquito-react-start
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superdev093/taquito-react-start
- Owner: superdev093
- Created: 2022-03-09T12:47:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T12:47:13.000Z (over 4 years ago)
- Last Synced: 2025-05-19T03:35:24.499Z (about 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taquito Boilerplate in React
![Built with Taquito][logo]
A minimal React setup for starting developing Tezos DApps quickly with Taquito.
## Getting Started
1. Make sure you have https://nodejs.org/ installed on your computer
2. Create a new repository from taquito-boilerplate by clicking "Use this template".
3. Clone your new repository:
`git clone `
3. Change your current working directory to the newly cloned repository directory.
4. Install dependencies:
`npm install`
5. Start development server:
`npm run start`
6. Open https://localhost:3000 in your browser to see a sample application.
[logo]: https://raw.githubusercontent.com/ecadlabs/taquito-boilerplate/master/assets/built-with-taquito.png "Built with Taquito"