A minimal React setup for starting developing Tezos DApps quickly with Taquito.
-
Make sure you have https://nodejs.org/ installed on your computer
-
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 start
-
Open https://localhost:3000 in your browser to see a sample application.