From d46392ccfd32f161186152c96d477d20d9e99423 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 19 Jan 2020 20:07:13 -0500 Subject: [PATCH] Added in my threejs and webpack4 boilerplate to list of starting kit resources --- data/source/react-starter-projects.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/source/react-starter-projects.js b/data/source/react-starter-projects.js index 3693b92..185fd01 100644 --- a/data/source/react-starter-projects.js +++ b/data/source/react-starter-projects.js @@ -407,5 +407,10 @@ module.exports = { "https://github.com/alishahlakhani/Reactsx-React-TS-SCSS-PWA-Boilerplate", tags: ["css modules"], }, + { + url: + "https://github.com/ethanny2/threejs-es6-webpack-barebones-boilerplate", + tags: ["threejs"], + }, ], };