This is a minimal NEAR template for Create React App using TypeScript.
To use this template, add --template @ahalabs
when creating a new app.
For example:
npx create-react-app my-near-app --template @ahalabs
or
yarn create react-app my-near-app --template @ahalabs
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
For a (possibly unmaintained) NEAR template that has a more opinionated approach about abstracting NEAR functionality to external hooks & libraries, see mehtaphysical/cra-template-near which can be used with --template near
.