Skip to content

littleweaver/curlew

Repository files navigation

Curlew

CircleCI

Developing with React Native

  • Follow the installation instructions for various tools here

Running Application in the iOS Simulator

$ react-native run-ios

Running Tests

Tests are in the test/ directory. Components are tested with airbnb/enzyme, mocha, and chai.

$ npm run test

Running Linter

An eslint configuration is included. Please ensure committed code passes the linter. Talk to the team if you think a particular rule is not suitable for the project.

$ npm run lint