/To-do-List

To do list criada em React

Primary LanguageJavaScript

Installation

Dependencies

These are the local dependencies that are needed for development,

  • npm
  • git

Clone

Get this repo to your local machine using,

$ git clone https://github.com/Cadufc91/To-do-List.git

Setup

To install the node packages used in the project:

$ cd my-app
$ npm install

Compiles and hot-reloads for development

$ npm run serve

Compiles and minifies for production

$ npm run build