From fefe39547f6a347a78b8cc2dbf0fe3b034ef2bbb Mon Sep 17 00:00:00 2001 From: GibboK Date: Tue, 30 Jun 2020 21:52:37 +0200 Subject: [PATCH] Add new Webpack starter kit `frontend-boilerplate` Add new Webpack starter kit https://github.com/gibbok/frontend-boilerplate --- data/source/react-starter-projects.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/source/react-starter-projects.js b/data/source/react-starter-projects.js index 3693b92..472731f 100644 --- a/data/source/react-starter-projects.js +++ b/data/source/react-starter-projects.js @@ -407,5 +407,8 @@ module.exports = { "https://github.com/alishahlakhani/Reactsx-React-TS-SCSS-PWA-Boilerplate", tags: ["css modules"], }, + { + url: "https://github.com/gibbok/frontend-boilerplate" + } ], };