/fin

Primary LanguageJavaScript

setup

This app is written for a *NIX environment only, all commands are run in terminal. You need Nodejs and npm (Node Package Manager) for package management.
In Mac, you can install npm using Homebrew– Install Homebrew if you don't have it from their webpage.
After brew installed, in your terminal:

brew install npm

develop

For development, we will need to have a distributed version control system set up. See this short intro for general information on git.

Clone the repository to your local machine by:

git clone https://github.com/arminakvn/fin.git

Point into the project folder in terminal:

cd fin

Install the project dependencies with npm.

npm install

and run the server:


npm start

this will serve the app to http://localhost:8080/