Create a MCS Lite Web App based on Create-React-App.
- Try it online - http://cra-boilerplate.netlify.com/
- node >= 8.0.0
- npm >= 5.0.0
- yarn >= 0.24.6
$ yarn install
$ yarn start
User Guide: https://github.com/facebookincubator/create-react-app
- ⇄ 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
).