This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/manzolirch/todolist-vue
# Go into the repository
$ cd todolist-vue
# Install dependencies
$ yarn install
# Run the app
$ yarn serve