From 5bc91657f69f5a33e695c1cf2f5451b8d5615a01 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Mon, 10 Apr 2017 15:07:01 +1000 Subject: [PATCH] Add sku to the list of alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec24d93977..95683422a9 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.