Popularity
2.1
Stable
Activity
3.0
-
86
5
19

Programming language: JavaScript
License: MIT License
Tags: Code Design     Boilerplate    

react-enterprise-starter-kit alternatives and similar libraries

Based on the "Boilerplate" category.
Alternatively, view react-enterprise-starter-kit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-enterprise-starter-kit or a related project?

Add another 'Boilerplate' Library

README

CI GitHub last commit GitHub license PRs Welcome Build Status Netlify Status

Banner

React Enterprise Starter Kit :fire:

Highly Scalable, performant and amazing react boilerplate for react developers to get started and improve web building capabilities. This react boilerplate is called enterprise starter kit because it is highly scalable and performant, web developers or industries can directly use this starter kit and create multiple projects.

Features:

  • Completely based on latest react hooks.

  • Redux store is in place with saga as middleware.

  • Complete control over webpack for dev and production builds.

  • Comes with all eslint standard rules for consistent codebase.

  • Highly Scalable due to its atomic design.

  • React router with lazy loding features for better performance and route based chunking.

  • Server side rendering for faster page load.

  • Progressive web app with customizable service worker.

  • Google Lighthouse score is 100 for performance, accessibility, best practices, SEO and PWA.

  • Configurable Test cases setup using latest react testing library with complete HTML coverage report.

  • Continious Integration and Deployment is setup using Travis and Netlify.

  • Components documentation using React Storybook.

  • Github actions for labeling your PR's and build passing status checks using Node CI.

Demo - https://reactenterprisestarterkit.netlify.app/

Run the following commands to run project in local machine

To start the project

npm run start-dev

To Create development build

npm run build-dev

To Create production build

npm run build-prod

To run test cases

npm run test

To run storybook

npm run storybook

To run Bundle Analyzer

npm run build-analyze

Contributors โœจ

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> Anand Gupta๐Ÿ’ป Shubham Agrawal๐Ÿ’ป

<!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->

Contributions of any kind welcome!


*Note that all licence references and agreements mentioned in the react-enterprise-starter-kit README section above are relevant to that project's source code only.