ishanisri / dalal-street-web

The frontend for Dalal Street 2019-18

Home Page:https://dalal.pragyan.org/ ( for 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI build status

DalalStreet frontend (based on grpc-web)

Prerequisites

  • Nodejs 7.x
  • npm
  • protoc (the protobuf compiler)

Setup

  • Clone the repository
git clone git@github.com:delta/dalal-street-web.git
  • Update the submodules
git submodule update --init --recursive
  • Setup ts-protoc-gen (customized)
cd ts-protoc-gen
npm install
npm run build
  • Install dependencies from package.json
npm install
  • Build proto files
npm run build:proto
  • Run the webpack-dev-server
npm run dev-server

About

The frontend for Dalal Street 2019-18

https://dalal.pragyan.org/ ( for 2019)


Languages

Language:TypeScript 53.8%Language:JavaScript 35.2%Language:CSS 7.8%Language:HTML 2.8%Language:Shell 0.4%Language:Dockerfile 0.1%