From 4d3713189629ea9eb0b69c5a466badf6538e9107 Mon Sep 17 00:00:00 2001 From: suren-atoyan Date: Sun, 7 Jan 2024 21:59:03 +0400 Subject: [PATCH] add dev-tools and tests in Motivation section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd2f30c..02c0f1e 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ ## Synopsis This project (a GitHub template) is an opinionated setup for modern web applications. -It's a combination of essential (and minimal) libraries/components/utils/etc., which developers usually need during the process of making modern React applications. +It's a combination of essential (and minimal) libraries/components/utils/dev-tools/etc., which developers usually need during the process of making modern React applications. ## Motivation -Almost all projects need to have a router, a UI framework, store integration, theming, error handling, base file/folder structure, a builder, some developer tools (eslint, prettier, etc), and many more. In this starter kit, we tried to put together the best options available from the above-mentioned fields. Out of the box, it provides a modern production-ready setup created by developers for developers 💚 +Almost all projects need to have a router, a UI framework, store integration, theming, error handling, base file/folder structure, a builder, some developer tools (eslint, prettier, etc), tests and many more. In this starter kit, we tried to put together the best options available from the above-mentioned fields. Out of the box, it provides a modern production-ready setup created by developers for developers 💚 ### Tech stack