From d564a9c48d38a922b176436b227b31b74ff1659d Mon Sep 17 00:00:00 2001 From: Stanislav Sysoev <d4rkr00t@gmail.com> 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 25971b8ff..aa5f8ae4a 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.<br> React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic. -- GitLab