Skip to content

dhof/betabank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beta Bank Dev


To run in a local environment, run:

  1. mongod (sudo)
  2. npm start
  3. gulp (to edit files)


With nothing pre-installed:

  1. Install Homebrew
    • Open terminal and run...
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install Mongodb
$ brew install mongodb
$ mkdir -p /data/db
  1. Download and install npm
  2. Download and Install git
  3. In terminal, clone the repo then...
$ cd betabank/
  1. Install node modules
$ npm install
  1. Run Mongo
$ sudo mongod
  1. Open a new terminal tab and run...
$ npm start
  1. Open a web browser and go to localhost:3000

About

Beta Bank development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published