This provides a way for users to create airport files to be used with the Openscope project.
- clone the repo
npm install
oryarn
npm run build
npm run start
and in another terminalgulp watch
- This project uses React, Redux, tcomb and tcomb-form.
- This follows a container -> components structure for connected components, meaning:
- container components are at the top of thier respective component trees
- they are the only ones with direct access to the Redux store
- 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.