Node app version of Manesh Murthy's (@mvmurthy) excellent Medium tutorial on how to build DApps from scratch. Please give him kudos and thanks!!
To setup:
- install
npm
if you don't already have it https://nodejs.org/en/ - run
npm install
To start, first run testRPC server, then run app server.
- run
npm run testRPC
- run
npm start
- navigate to localhost:3000