ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
584 stars 468 forks source link

change App.jsx text to App.tsx #834

Closed raheemlawal closed 8 months ago

raheemlawal commented 8 months ago

Motivation

Currently when running 'npm create aleo-app@latest', the developer is given the option to choose a certain template. When choosing the typescript and react template the text shown on the template when running the app locally is incorrect.

Test Plan

  1. Locally run npm create aleo-app@latest
  2. Choose 'React + Typescript' when prompted
  3. Change directories into project name
  4. Run 'npm i'
  5. Run 'npm run dev'
  6. Observe updated text

Related PRs

N/A

onetrickwolf commented 8 months ago

Thanks for catching this, we will probably be reworking this template in general very soon, it was never fully completed!

raheemlawal commented 8 months ago

Thanks for the review and feedback - that sounds good!