Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 554 Bytes

SETUP.md

File metadata and controls

33 lines (25 loc) · 554 Bytes

Setup

in order to run the app locally you will need to have node.js installed on your machine.

Dependencies

On a mac:

Homebrew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Nodejs:

brew install node

On windows:

Setup your machine via: https://nodejs.org/en/download/

Run the App

Fire up your terimal:

cd bec-explorer
npm install
node server.js

See the magic at:

localhost:5000