# modern-todolist
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama) [![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg)](https://github.com/Naereen/badges)

## Install

modern-todolist depends on... **no dependencies**, so you can just simply go to modern-todolist destination and start :fireworks: 

### Clone the repository

```bash
git clone https://github.com/robertgrzonka/modern-todolist.git
```

> Optionally you can install http-server and run liveserver as follows:

### npm

```bash
cd modern-todolist
npm i -g http-server
npm start
```

### yarn

```bash
cd modern-todolist
yarn global add http-server
yarn start
```

> This will run your server on: 127.0.0.1:8080

[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/Naereen/) [![forthebadge](https://forthebadge.com/images/badges/gluten-free.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
