Minimal setup of ReactJs for reuse purpose
Below is the app specifications:
- Use React as its framework
- Provide React Router
- Use Typescript as its preprocessor
- React Testing can be done using
TestUtils
from "react-dom/test-utils" andReactShallowRenderer
from "react-test-renderer/shallow" - Use Jasmine and Karma for the test
- Use webpack to bundle the app