diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-20 13:57:55 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-20 13:57:55 -0600 |
commit | 25990c1fa288d46eeae9ebcaded1522ddc51f126 (patch) | |
tree | 6d6d0a2ef2f2c768035f34a1a8a891b06f56820f /README.md | |
parent | 96e76dbea5b5f9c535c65bc9f7439f9202dec420 (diff) | |
download | ToDo-App-FE-25990c1fa288d46eeae9ebcaded1522ddc51f126.tar.gz ToDo-App-FE-25990c1fa288d46eeae9ebcaded1522ddc51f126.zip |
Added extra space to README file.
To help separate code blocks better.
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,13 +21,17 @@ recommended to use version 20.x or above. You can run it locally using the following commands: 1. Clone this repository. + ``` git clone https://github.com/Hisiste/ToDo-App-Front-End.git ``` + 1. Enter the folder and install the dependencies. + ``` cd ToDo-App-Front-End && npm install ``` + 1. Run a server. ``` |