Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-reef-dapp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-reef-dapp

This is a template for creating a Reef Dapp.

  • 0.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Create Reef Dapp

This is a template for creating a Reef Dapp.

Getting Started

Prerequisites

  • Node.js (v12.0.0 or later)
  • Yarn (v1.22.0 or later)

Installation

with npx:

npx create-reef-dapp [project-name]
cd [name of directory]
yarn
yarn start

with yarn create:

yarn create reef-dapp [project-name]
cd [name of directory]
yarn
yarn start

NOTE: The Reef React dapp currently only supports yarn.

Usage

Start

yarn start

Build

yarn build

Test

yarn test

Keywords

FAQs

Package last updated on 07 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc