It's a todo app make with pure javascript server/client side.
- Clone the repo.
- Install the dependencies with
bower install && npm install
.
You can build the assets and run the server with npm start
or in a port specific PORT=4001; npm start
.
It's a todo app make with pure javascript server/client side.
bower install && npm install
.You can build the assets and run the server with npm start
or in a port specific PORT=4001; npm start
.