This sample app goes along with the book: http://humanjavascript.com
It's generated using the humanjs
app scaffolding.
This one is here as a sample, but if you're starting a new app of your own. Do this:
npm i -g humanjs
humanjs
And answer the prompts.
- download/install node.js
- download/install git
- clone this repo with git:
git clone [email protected]:HenrikJoreteg/humanjs-sample-app.git
- go into the directory that was created by git:
cd humanjs-sample-app
- install dependencies:
npm i
- run it:
node server
- open http://localhost:3000 in a browser
MIT