JSPM

  • Created
  • Published
  • Downloads 73
  • Score
    100M100P100Q62570F
  • License MIT

generate new near blank project with different type

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 near-app

Usage

In command line, run different command to build different blank project: Original JS app:

near-app new path/to/your/new-awesome-app

React app:

near-react-app new 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.