Skip to content

lashidalgo/PersonalCapitalTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Capital

Interview test for Personal Capital

This is the test requested by Personal Capital.

###Install

####Dependencies

This project runs on Node.js, you need to donwnload it here. To make SASS work, you will need to have Ruby installed in your machine. If you are using windows or linux you can go here. If you are using Mac congratulations, it comes pre-installed.

Once installed you'll need grunt.

`npm install -g grunt`

The App is separated in two layers:

  • Front end in folder client/
  • Back end (API) in folder server/
Front end

To build the front end App go to client folder and run:

`npm install && bower install && sudo gem install compass  && grunt build`

This will build the site and put it on server/distso we serve the application and the API from the same server (for development purposes).

Back end

To build and run the back-end go to serverfolder and run:

`npm install`

Run

To run the Application go to server/folder and execute:

`npm start`

Then the App will be running on localhost:3000

Comments are spread out on the main components.

//TODO Implement karma test

About

Interview test for personal capital

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published