Giter Site home page Giter Site logo

sharemarket_stocks_app's Introduction

react_stocks_app

This is a react-redux app which shows data about different stocks. It is hosted via an express server with help of webpack middleware and rest api is exposed with help of express-router.

The basic idea of the app is to convert this into a stock trading app with live stock feed in later stages. As of now, it is just handling the name and image of the stock.

Development Environment

Dev environment contains sourcemaps for debugging and eslint is enforced. Node express server is used along with webpack middlewares for request serving.

Please follow these steps:

  1. npm install
  2. npm start
  3. go to http://localhost:3000 on browser

Production Environment

Production environment contains minified bundle file without sourcemaps.

For prod , please follow the following steps:

1.npm install 2.npm run build 3. go to http://localhost:3000 on browser

Testing Environment

Unit testing has been done with help of Karma runner and Jasmine as a testing framework.

For testing , please follow the following steps:

1.npm install 2.npm test

Coverage reports are also being generated using istanbul instrumentor. For viewing coverage report please go to coverage folder in root directory and manually launch the index html file as of now.

sharemarket_stocks_app's People

Contributors

vinaygosain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.