Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 914 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 914 Bytes

Intro

This is a Star Wars heroes application

The main idea behind this app is to use xstream library to connect data source to views written in React.

Hero component is used both in Modal window and inline. Decision of how to use Hero is made based on window width. If window is of middle size (in bootsrtap 4 terms) and greater inline mode is used, otherwise Modal window mode is used.

Where:

Run and build app

All run scripts are those created by default by create-react-app

To run app in dev mode:

$ npm run start

To build script

$ npm run build

To run tests

$ npm run test