Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.1 KB

💻 Project

This project was bootstrapped with Building a Todo List App with Redux.

The page will reload when you make changes.
You may also see any lint errors in the console.

TodoApp

Todo App


🧪 Technologies

This project was developed with these technologies:

🚀 How execute

Clone the project and access itself folder.

$ git clone https://github.com/Vitor0liveira/todolist-frontend.git
$ cd todolist-frontend

To start it, follow steps below:

# Install the dependencies
$ npm

# Start the project
$ npm start

The app will be able to browser through address: http://localhost:3000.