/excelion

Homework for Excelion

Primary LanguageJavaScript

Homework for Excelion

A simple foreign exchange trading component in React, based on create-react-app

preview

Storybook

This component comes with storybook. To run, type: npm run storybook

Requirements

  1. NodeJS
  2. NPM

To Run

Run each of these in separate terminal window

  1. Server: node server
  2. Application: npm start
  3. Storybbook: npm run storybook
  4. Tests: npm test