4.How to install the app - dkapexhiu/to-do-app GitHub Wiki
Prerequisites for installing the app
In order to install the to-do list app on your own server or workstation, you need to have NPM installed which may be downloaded from nodejs.org.
Downloading the app
You may download the to-do list app by clicking "Clone or download" and then choose "Download ZIP".
When the download has finished, unzip the file to-do-app-master.zip.
Got GIT? If you have GIT installed, you may clone the to-do list app by running git clone https://github.com/dkapexhiu/to-do-app.git
The to-do list app will be located in a folder named to-do-app-master.
Installing the app
After downloading and unzipping (or cloning) you may install the to-do list app using NPM.
Open a console/terminal and navigate to the root folder to-do-app-master Run the command npm install This will cause NPM to download the requirements for the to-do list app, after which the app can be launched by double clicking the index.html file also located in the root folder to-do-app-master.