Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 477 Bytes

todo-app

It's a todo app make with pure javascript server/client side.

Requeriments

Installation

  1. Clone the repo.
  2. Install the dependencies with bower install && npm install.

Usage

You can build the assets and run the server with npm start or in a port specific PORT=4001; npm start.