Site: https://kdcyberdude.github.io/MyCryptoCurrency/
Install NodeJs
npm install truffle -g // install truffle framework
Install Ganache - https://github.com/trufflesuite/ganache/releases/download/v2.5.4/Ganache-2.5.4-win-x64.appx
Install Metamask Chrome Extension - https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en
cd /MyCryptoCurrency
npm install // install required packages
npm run dev // run server
Create MetaMask Account
Run Ganache Software
Connect to local server(ganache) from metamask - New RPC URL: http://127.0.0.1:7545, Chain ID: 1337
Now you are good to go!!