From 53943a85ee1bad636a4681d9535b9a96318968ed Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Mon, 10 Apr 2017 21:02:51 +1000 Subject: [PATCH] Add sku to the list of alternatives (#1962) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec24d939774..95683422a99 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Notable alternatives also include: * [react-app](https://github.com/kriasoft/react-app) * [dev-toolkit](https://github.com/stoikerty/dev-toolkit) * [tarec](https://github.com/geowarin/tarec) +* [sku](https://github.com/seek-oss/sku) You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.