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¶
- To download the main repo
sudo git clone https://github.com/3of5of7/scoreboard.git
- To show in browser run the following command
npm run dev
Windows¶
- Download the zip file and uncompress to your desktop
- change "truffle.js" to "truffle-config.js"
- Then run the following command to install lite-server
npm install lite-server --save-dev
- To show in browser run the following command
npm run dev