https://github.com/zh/taquito-boilerplate
https://github.com/zh/taquito-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zh/taquito-boilerplate
- Owner: zh
- License: mit
- Created: 2022-05-17T13:37:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T13:37:44.000Z (about 4 years ago)
- Last Synced: 2025-02-17T11:44:35.450Z (over 1 year ago)
- Language: CSS
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taquito boilerplate
![Built with Taquito][logo]
A minimal framework-agnostic setup for starting developing Tezos DApps quickly with Taquito.
> If you are looking for the React template, please follow [this link](https://github.com/ecadlabs/taquito-react-template).
## Dependencies
1. jQuery - for simple manipulation and traversal of HTML documents.
2. parcel-bundler - for packaging web applications quickly.
## Getting Started
1. Create a new repository from taquito-boilerplate by clicking "Use this template".
2. 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 watch`
6. Open http://localhost:1234 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"