Skip to content

DevLDRC/TO_DO_LIST_-_REACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

  • REQUIREMENTS:

    • Install GIT and NODE on your machine.

  • GUIDE:

    • Open the terminal in the folder where you want to place the project and run:

      git clone https://github.com/DevLDRC/TO_DO_LIST_-_REACT.git
    • In the same terminal, enter the project folder:

      cd TO_DO_LIST_-_REACT
    • Install the project dependencies:

      npm i
    • Start the project server:

      npm start

      ⚠ The server by default will run on port 3000 of localhost, if you have something running on port 3000 CREATE A FILE .env IN THE PROJECT ROOT AND WRITE:

      port=<PORT_OF_YOUR_CHOICE>

DONE!!! AFTER FOLLOWING THESE INSTRUCTIONS AND OPENING A BROWSER WINDOW AT THE ADDRESS http://localhost:[PORT_YOU_CONFIGURED], NOW YOU CAN EXPERIMENT AND USE IT AS YOU WISH! 🤝 👨‍💻 ⚡

About

Introducing my studies in react with a “TO DO LIST” project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors