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.
You'll have to do ti this way until Truffle allows a way for others to create "boxes".
- 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
- 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