npm i truffle @truffle/contract bootstrap npm i -D lite-server
You also will need a blockchain for eth development like Ganache https://trufflesuite.com/docs/ganache/ (UI or CLI)
- Run ganache server
- Run truffle deployed
- Run truffle test
- Run truffle migrate --reset
- npm run dev
- Add your ganache net to Metamask Networks*
- Import your Metamask account provided by Ganache (it gives you private keys)
- Open your Metamask
- Settings > Networks > Add Network
- New RPC URL: your server, probable https://localhost:PORT (PORT is provided by Ganache)
