This project is a boilerplate with all the basics for a project to support TDD with basic functionality.
The following resources are in use in this project:
- Create React App
- Typescript
- ESLint
- Puppeteer
- react-router
- i18next
- helmet
- redux
- storybook
- rewired
- Style Components
- Enforcement of code coverage
- Define react and react-dom as externals
Need to add
- Logging
- Telemetry
- ECS - Feature Flag Service
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.