Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelx/simple-stocks-app
https://github.com/steelx/simple-stocks-app
es6-javascript stocks stompwebsocket
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steelx/simple-stocks-app
- Owner: steelx
- Created: 2017-12-06T10:20:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:19:14.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T23:12:08.263Z (over 1 year ago)
- Topics: es6-javascript, stocks, stompwebsocket
- Language: JavaScript
- Size: 546 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Stocks APP Test at EE
===============================![DEMO-GIF](https://media.giphy.com/media/xT0xesMJEj7Dir7BsI/giphy.gif)
The instructions are in the site/index.html file.
To view them, run
```
npm install
npm start
```from within this directory. This will start a development server (using webpack)
that supports hot reloading but also provides a stomp/ws endpoint providing fake
fx updates.Once you've started the development server, navigate to http://localhost:8011
to read the task description and get started.# TEST
```
npm run test
```# SCREENSHOT
![screen shot 2017-12-06 at 3 55 09 pm](https://user-images.githubusercontent.com/3184210/33657087-2ffcfe2c-da9e-11e7-9dae-5d70a23ebd71.png)