cod3rkane / stock-market

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Behavioral Finance is an exciting field and you’ve decided to jump in with an idea for your new start up. In an earlier experimentation you’ve noticed a correlation between the various social media posts on a stock symbol and that share price for that stock symbol.

Prerequisites

$ git >= v2.x
$ npm >= v6.x
$ nodejs >= v10.x

Installation and Getting Started

  1. Clone this repository
$ git clone https://github.com/cod3rkane/stock-market.git
  1. Install dependencies
$ yarn install
  1. NOTE: The env is setted by .env.development. You can also create an .env.local file to set the environment variables.

  2. Start the local server

$ yarn dev

Open http://localhost:3000 with your browser to see the result.

Running Storybook

$ yarn storybook

Open http://localhost:6006 with your browser to see the result.

Running Linter

  1. Run the following command at the terminal:
$ yarn lint

Production Build

  1. Run the following command:
$ yarn build

Libraries and Tools

About


Languages

Language:TypeScript 80.9%Language:SCSS 16.6%Language:JavaScript 2.6%