I have not posted in a while. This will be a very short post and a heads up to all my readers for EOS.Why EOS?1. Dan Larrimer have proven that himself with Bitshares and Steemit that he knows how to build successful platforms. EOS is his third platform and judging from the success and stability of the...
Angular-cli, node, npm most used commands
Below is a summary of the most used commands, specially when starting up or debugging an angular project tested on node server.Note that to execute the commands below, you need to install node first. // check node and npm versionsnode --versionnpm --version// install the latest angular clinpm install...