Little project to learn why whash your hands is great :)
-
Install [Node.js version 10 or greater][node]
-
Clone this repository:
git clone https://github.com/NicolasOttaviani/wash-your-hands.git
-
Install Yarn (on linux, you maybe need to have privilege)
npm install -g yarn
-
Install dependecies
cd wash-your-hands/ yarn install
-
Run server
yarn run start
-
Open the browser
http://localhost:1234