Installation - diazsandra/todo-list-app GitHub Wiki
Prerequisites
Before installing the application you must make sure you have NPM installed. To confirm that you have it installed you can open your console and run the command npm --v
.
If you don't have it installed you can download it from nodejs.org.
To download
There are two options to download the file, in both cases you have to click the "Clone or download" button on the "Code" tab.
-
If you select the "Download ZIP" option, a zip file will be downloaded. At the end of the download you should unzip the file on your computer.
-
If you want to clone the repository, you must copy the path that appears when you click the "Clone or download" button. From your terminal, go to the path where you want the project to be cloned and run the command:
git clone https://github.com/diazsandra/todo-list-app.git
This will clone the repository in the established path, the folder name must be todo-list-app.
Installing
After the previous step it is necessary to install NPM in the application with the following steps:
Open your console and navigate to the root of your todo-list-app folder
Run the cd todo-list-app
command to enter the folder
Run the command npm install
This will cause NPM to download the necessary dependencies for the application. You can view the application by opening the index.html file in a browser.