Modular starter kit for React+Redux+React Router projects.
The react-redux-starter-kit is a modular starter kit for React+Redux+React Router projects. It provides a set of npm scripts for development, production, testing, and building the project. The kit includes various features such as TypeScript 2.x, React 16.x, React-router 4.x, Redux, Redux-saga for side-effects, SCSS, React-JSS, BEM methodology, Webpack 4.x, tests using Jest, sinon, and enzyme, test coverage, hot reload, Yeoman blocks generator tasks, code splitting with async chunks loading, Material-UI support, and isomorphic rendering.
To start using the react-redux-starter-kit locally, follow these steps:
git clone [repository URL]cd react-redux-starter-kitnpm installnpm run devhttp://localhost:8080For other available npm scripts and their respective functionalities, refer to the project’s documentation.
The react-redux-starter-kit is a modular starter kit for React+Redux+React Router projects. It provides a set of npm scripts and features that facilitate the development, testing, and building of applications. With support for TypeScript, React 16.x, Redux, Redux-saga, SCSS, React-JSS, BEM methodology, and more, the kit offers a comprehensive solution for building robust and scalable applications. Additionally, it includes integration with Material-UI for ready-to-use UI components.