Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.09 KB

Dependency Status Build

react-native-mantra-boilerplate

A boilerplate based on Meteor/Mantra & Webpack

Getting started

  • npm i
  • meteor

Features

Included libraries

  • react-bootstrap
  • formsy-react-components
  • Flow Router

You can remove them with ease if you want something like material UI.

Commands

  • npm run test : run tests one time
  • npm run test-watch : run tests and reruns wheneven a file changes
  • npm run lint : lint your code with eslint
  • npm run lintfix : automatically fix your code

TODO