From 4b3599e28ec935e5d99cea2f2873ea9ff6349a0a Mon Sep 17 00:00:00 2001 From: Dexter Yang Date: Wed, 13 Dec 2017 10:24:12 +0800 Subject: [PATCH 1/2] Add webcube to Starter Kits --- content/community/tools-starter-kits.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/tools-starter-kits.md b/content/community/tools-starter-kits.md index 039e28e2d..38bc2df72 100644 --- a/content/community/tools-starter-kits.md +++ b/content/community/tools-starter-kits.md @@ -26,6 +26,7 @@ permalink: community/starter-kits.html Ready to grow boilerplate with react-router, redux, saga, webpack 2, jest w/ coverage and enzyme. * **[generator-enigma](https://www.npmjs.com/package/generator-enigma)** a minimalist React application scaffolding tool that sets up a ready-to-deploy web app, complete with testing via Jest and optional `react-router` boilerplate. * **[Component-Template](https://github.com/reactstrap/component-template)** - A create-react-app based starter kit for building, documenting, & publishing React Components. Includes React Router v4, Bootstrap 4 and Reactstrap. +* **[webcube](https://github.com/dexteryy/Project-WebCube)** - A continuously updated JS infrastructure for modern Universal JS web app/site and static web. It provides built-in support and simplification for redux sub-app, reducer bundle, router, immutable, eslint + prettier, docker, monorepo and and many other must-have tools and best practices. ## Full-stack Kits From 517829fefbc96bd0903974981080aa9c23dc3f41 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 13 Dec 2017 14:47:46 -0800 Subject: [PATCH 2/2] tweak grammar --- content/community/tools-starter-kits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-starter-kits.md b/content/community/tools-starter-kits.md index 38bc2df72..0ad03fda6 100644 --- a/content/community/tools-starter-kits.md +++ b/content/community/tools-starter-kits.md @@ -26,7 +26,7 @@ permalink: community/starter-kits.html Ready to grow boilerplate with react-router, redux, saga, webpack 2, jest w/ coverage and enzyme. * **[generator-enigma](https://www.npmjs.com/package/generator-enigma)** a minimalist React application scaffolding tool that sets up a ready-to-deploy web app, complete with testing via Jest and optional `react-router` boilerplate. * **[Component-Template](https://github.com/reactstrap/component-template)** - A create-react-app based starter kit for building, documenting, & publishing React Components. Includes React Router v4, Bootstrap 4 and Reactstrap. -* **[webcube](https://github.com/dexteryy/Project-WebCube)** - A continuously updated JS infrastructure for modern Universal JS web app/site and static web. It provides built-in support and simplification for redux sub-app, reducer bundle, router, immutable, eslint + prettier, docker, monorepo and and many other must-have tools and best practices. +* **[webcube](https://github.com/dexteryy/Project-WebCube)** - A JS infrastructure for modern Universal JS web app/sites and static websites. Provides built-in support and simplification for Redux sub-app, reducer bundle, router, immutable, eslint + prettier, docker, monorepo and many other tools. ## Full-stack Kits