This APP was created using CRA V3 and uses Ant design along with it. Ant design needs a custom version react-app-rewired to run on top of react-scripts.
Typescript was added after project was initialized and not as part of CRA
Cypress runs just fine. Config added to run code coverage for cypress.
Resolves related issue
Cypress: #35
React app rewired: #461
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:7000 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 app as well as kick start cypress in the backgroud. It will also run the coverage reports which can be found in the cypress/coverage directory
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.