From 9735be3ca21d8ea425f72a05d7594f71e18b0f09 Mon Sep 17 00:00:00 2001 From: Stanislav Sysoev Date: Thu, 28 Jul 2016 13:42:21 +0300 Subject: [PATCH] Add one more alternative Add aik as possible alternative for create-react-app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25971b8ff6f..aa5f8ae4a07 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ If you don’t agree with the choices made in this project, you might want to ex * [quik](https://github.com/satya164/quik) * [sagui](https://github.com/saguijs/sagui) * [roc](https://github.com/rocjs/roc) +* [aik](https://github.com/d4rkr00t/aik) 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.