From d564a9c48d38a922b176436b227b31b74ff1659d Mon Sep 17 00:00:00 2001 From: Stanislav Sysoev Date: Thu, 28 Jul 2016 13:44:52 +0300 Subject: [PATCH] Add one more alternative (#251) 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.