Package Exports
- create-near-app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-near-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-near-app
Quickly build apps backed by the NEAR blockchain
Prerequisites
Make sure you have a current version of Node.js installed – we are targeting versions 10.16+
.
Getting Started
You can configure two main aspects of your new NEAR project:
- frontend: do you want a vanilla JavaScript stack or React?
- backend: do you want your contracts to be written in Rust or AssemblyScript (a dialect of TypeScript)?
command | frontend | backend |
---|---|---|
npx create-near-app new-awesome-app |
React | AssemblyScript |
npx create-near-app --vanilla new-awesome-app |
vanilla JS | AssemblyScript |
npx create-near-app --rust new-awesome-app |
React | Rust |
npx create-near-app --vanilla --rust new-awesome-app |
vanilla JS | Rust |
Develop your own Dapp
Follow the instructions in the README.md in the project you just created! 🚀
Getting Help
Check out our documentation or chat with us on Discord. We'd love to hear from you!