This is a simple starter kit which contains the necesary files for a decentralized application (DAPP). It includes truffle, react, chai, web3, babel and a basic infrastrucutre for a DAPP.
- Install Node.js
- Run the following code in your command line:
#clone repository
$ git clone https://github.com/Demul1/DAPPStarterKit
#move into repository
$ cd DAPPStarterKit
#remove current origin repository
$ git remote remove origin
- Install necessary dependencies:
#install dependencies
$npm install
#start server
$npm start