Skip to content

0xJonaseb11/icp.init.boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

icp.init.boilerplate

About

A Decentralized application built on Internet Computer Protocol | Boilerplate

Getting started

Installation

mkdir react-project
cd react-project
npx degit rvanasa/vite-react-motoko react-project

## start a local replica using `dfix`command
dfx start --clean --background

## Setup the project with npm
npm run setup

@0xJonaseb11