React / Redux / Typescript / Webpack - Starter (optimized for performance)
This product is a starter template for building React/Redux/Typescript applications using Webpack. It is optimized for performance and has recently been updated with all new dependencies. The template includes features such as ultra performance, a dependency graph of the entire application, and support for hot reloading.
To install this starter template, follow these steps:
npm install or yarnnpm run devnpm run dev:dashboard or with awesome-typescript-loader using npm run dev:awesomenpm run tsc for entire project type-checking or npm run tsc:watch for fast incremental type-checking in watch modenpm run clean to clean the dist folder and npm run build to build the dist bundlenpm run reinstall to reinstall all dependencies, npm run lint to run the linter, npm run test to run tests with Jest runner, npm run test:update to update Jest snapshots, npm run precommit for pre commit git hook (linting), and npm run prepush for pre push git hook (linting, tests, and type-checking)npm run deploy to commit and push all changes found in the dist folder to the gh-pages branchThis starter template provides a high-performance setup for building React/Redux/Typescript applications using Webpack. It includes features such as a dependency graph, hot reloading, and support for different TypeScript loaders. The installation process is well-documented and includes various utility and git hook commands for development. Overall, this template offers a streamlined and optimized development experience for React/Redux/Typescript projects.