Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 558 Bytes

Ethereum-dApp-Basekit

An Ethereum dApp starter-kit to speed dApp development using React.

Project Setup

Create your project by cloning the starter kit like this:

$ git clone https://github.com/AllenAJ/Ethereum-dApp-Basekit project

Now, enter into the directory you just cloned like this:

$ cd project

👌 Awesome!

You can go ahead and install your dependencies like this:

$ npm install

Let's go ahead and start the web server to view the starter kit web app in our browser:

$ npm run start

HAPPY CODING💻