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
Nearprotocol app blank project generator package
This repo/package contains the blank projects for user to use with nearprotocol blockchain and near is tending to make development process friendly and easy to developers.
Installation
npm install -g create-near-app
Usage
In command line, run different command to build different blank project: Original JS app:
yarn create near-app path/to/your/new-awesome-app
React app:
yarn create near-react-app path/to/your/new-awesome-app
Notice
After create project, remember to update nearlib and near-shell to the latest version if it is not.