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.
This project was developed with these technologies:
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.