Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 440 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 440 Bytes

TODO-LIST with Appwrite's

Get Started

goto index.html

Installation

  1. Clone the repo by running the command
$ git clone https://github.com/fogelito/todo-list
  1. Go inside the folder by command
$ cd todo-list
  1. Run the command to install node modules
$ npm install
  1. Start a web server by running using command
$ npm start
  1. Access the url http://localhost:1975 and start todo-ing!