Skip to content

AhaLabs/cra-template-near

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-near

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:

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.