modern-todolist
v1.0.0
Published
modern-todolist
Downloads
5
Readme
modern-todolist
Install
modern-todolist depends on... no dependencies, so you can just simply go to modern-todolist destination and start :fireworks:
Clone the repository
git clone https://github.com/robertgrzonka/modern-todolist.git
Optionally you can install http-server and run liveserver as follows:
npm
cd modern-todolist
npm i -g http-server
npm start
yarn
cd modern-todolist
yarn global add http-server
yarn start
This will run your server on: 127.0.0.1:8080