Skip to content

vbanuelos/humanjs-sample-app

 
 

Repository files navigation

human javascript sample app

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.

How to run this sample

  1. download/install node.js
  2. download/install git
  3. clone this repo with git: git clone [email protected]:HenrikJoreteg/humanjs-sample-app.git
  4. go into the directory that was created by git: cd humanjs-sample-app
  5. install dependencies: npm i
  6. run it: node server
  7. open http://localhost:3000 in a browser

License

MIT

About

Sample app for human javascript book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published