Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.4 KB

README.md

File metadata and controls

59 lines (50 loc) · 1.4 KB

Insider Unlocked

Insider Unlocked is an ongoing web application we have been co-developing for the past few months which aggregates stock trading data of US senators and presents it in a digestible manner for the average retail investor.

Table of Contents

Tech-Stack

Installation

Pre-Requisites

Make sure to have Node.JS Installed Make sure to have Git Installed

Code and dependencies

$ git clone https://github.com/InsiderUnlocked/Frontend.git
$ cd Frontend
$ npm install

Usage

Run Server

$ npm start

Build for production

$ npm run build