Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 827 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 827 Bytes

Your-First-Truffle-Dapp Files

Each example from the blog post series can be found within this repo. You can either look at the files in a completed state, or check out the changes that were made in a particular section by changing the branch above.

Installation

You'll have to do ti this way until Truffle allows a way for others to create "boxes".

Linux

  1. To download the main repo
sudo git clone https://github.com/3of5of7/scoreboard.git
  1. To show in browser run the following command
npm run dev

Windows

  1. Download the zip file and uncompress to your desktop
  2. change "truffle.js" to "truffle-config.js"
  3. Then run the following command to install lite-server
npm install lite-server --save-dev
  1. To show in browser run the following command
npm run dev