Example project of Decentralized App based on Solidity & Truffle.
In this project take as sample a simple app for managing tasks and there status.
Clone the project
git clone https://github.com/ZahiriNatZuke/tasks-dapp-project
Go to the project directory
cd tasks-dapp-project
Install dependencies
npm install
Before run development server is needed start Ganache App.
That app run a local blockchain network.
npm run truffle:migrate
npm run tw:dev
npm run lite:server