react-starter-split-webpack-5-ts
v1.0.2
Published
React Starter App using TS
Readme
React Starter kit using TS, JS, Babel, Jest, Webpack
About showing errors by VS Code.
Added empty dummy.ts.
- Close all open files
- Open dummy.ts
- Ctrl + Shift + P -> TypeScript: Restart TS Server
- Shown errors will be gone.
Now I cannot explain this behaviour :/
Run some command from list:
Bundling in DEV environment with response to changes in config
npm run webpack-config-devBundling in PROD environment with response to changes in config
npm run webpack-config-prodBundling in DEV environment with response to changes in code
npm run start-devBundling in PROD environment with response to changes in code
npm run start-prodGetting DEV build
npm run build-devGetting PROD build
npm run build-prodRemove build
npm run cleanCompare js with rules of linter
npm run lintCompare js with rules of linter and then fix all errors
npm run lint-fixRunning all tests (see jest config)
npm run testRunning all tests using watch mode
npm run test-watchRunning all tests using coverage mode
npm run test-coverage