Installing - dennisvintherjensen/OpenClassrooms-FED-Enhance-an-existing-project GitHub Wiki

Prerequisites

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

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 OpenClassrooms-FED-Enhance-an-existing-project-master.zip.

Got GIT? If you have GIT installed, you may clone the to-do list app by running git clone https://github.com/dennisvintherjensen/OpenClassrooms-FED-Enhance-an-existing-project.git OpenClassrooms-FED-Enhance-an-existing-project-master

The to-do list app will be located in a folder named OpenClassrooms-FED-Enhance-an-existing-project-master.

Installing

After downloading and unzipping (or cloning) you may install the to-do list app using NPM.

  1. Open a console/terminal and navigate to the root folder OpenClassrooms-FED-Enhance-an-existing-project-master
  2. 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 OpenClassrooms-FED-Enhance-an-existing-project-master.