Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 874 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 874 Bytes

cra-boilerplate Travis CI Greenkeeper badge

Create a MCS Lite Web App based on Create-React-App.

DEMO

Requirements

  • node >= 8.0.0
  • npm >= 5.0.0
  • yarn >= 0.24.6

Usage

$ yarn install
$ yarn start

User Guide: https://github.com/facebookincubator/create-react-app

CONTRIBUTING

  • ⇄ Pull requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.
  • Pull requests must be accompanied by passing automated tests ($ npm test).