openscope / airport-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openscope Airport Builder

This provides a way for users to create airport files to be used with the Openscope project.

Quick start

  • clone the repo
  • npm install or yarn
  • npm run build
  • npm run start and in another terminal gulp watch

Notes

  • This project uses React, Redux, tcomb and tcomb-form.
  • This follows a container -> components structure for connected components, meaning:
    1. container components are at the top of thier respective component trees
    2. they are the only ones with direct access to the Redux store
    3. they are responsible only for mapping state and dispatch to props and passing them to child components

If you have any questions, feel free to join us on Slack and ping Nate Geslin directly.

About


Languages

Language:JavaScript 98.0%Language:CSS 1.8%Language:HTML 0.1%