/Ethereum-dApp-Basekit

The idea is to create a simple reusable template for everyone. People who need a head start urgently should be able to get one without writing a single line of code.

Primary LanguageJavaScript

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💻