Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (34 loc) · 1.9 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.9 KB

Bulletular Build Status Stories in Ready Built with Grunt

Bulletular is a TODO web application based on AngularJS and AngularUI.

Bulletular functionnalities is mainly based on Workflowy ideas of keyboard shortcuts for completing, removing, moving tasks.

Note: I use Workflowy everyday btw. I strongly recommend this application to organize thoughts/ideas/work

Live demo

See demo.

Getting started

Prerequisite

In order to test this project, you will need the following applications installed:

  • NPM: A Node Packaged Modules manager
  • BowerJS: A front-end package manager for the web that runs over Git.
  • GruntJS: A Javascript Task Runner

Get the source of Bulletular

Clone the project :

$ git clone https://github.com/l-lin/bulletular.git

Download dependencies

Run npm install and bower install

$ cd bulletular
$ bower install & npm install

Run server

You can run a server that will automatically refresh your browser when you modify the source code by executing the following command:

grunt server

Access with a browser to http://localhost:9000.

Note: The server is of course not mandatory to test out the application.

About this project

This project was created mainly for learning purpose.

I was just doing some practice with AngularJS and it was also the opportunity to test out the Github pages.

If you feel like you can do something out of it, go for it! Fork it and happy hacking! :)