#Proof of concept application to show how nice modern Javascript and modern Perl play together

##Technologies

Perl

Javascript

##Getting Started

###1. Clone the repository

git clone git://github.com/tudorconstantin/expense-tracker.git

####1.1 cd into the cloned directory

cd expense-tracker

###2. Install Dist::Zilla from CPAN

 cpan Dist::Zilla 

###3. Install Dist::Zilla's required plugins

dzil authordeps | xargs cpan 

###4. Install Perl dependencies for this application

dzil listdeps | xargs cpan

###5. Start the app in dev mode

morbo script/expense-tracker

#Project Wiki