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.
- jQuery - for simple manipulation and traversal of HTML documents.
- parcel-bundler - for packaging web applications quickly.
-
Create a new repository from taquito-boilerplate by clicking "Use this template".
-
Clone your new repository:
git clone <YOUR_REPOSITORY_URL>
-
Change your current working directory to the newly cloned repository directory.
-
Install dependencies:
npm install
-
Start development server:
npm run watch
-
Open http://localhost:1234 in your browser to see a sample application.