Project created for trying out some technologies related wit React.
React Scripts - package includes scripts and configuration used by Create React App.
- React
- MaterialUI - Set of React Components that Implement Google's Material Design
- Flow - static type checker for Javascript
- Unit tests
- Jest - testing platform by Facebook
- Enzyme - JavaScript Testing utility for React
- Sinon - Standalone test spies, stubs and mocks for JavaScript.
- Sinon-stub-promise - Synchronous Promise stubbing for Sinon.JS
Install necessary dependencies
Launch a local dev server.
Run tests. By default - watch on current edited file, for all tests runing press: 'a';
Check static types. 'No errors' means that all types are correctly handled.