From 79e5e35ec0a15bfa4b36264b7e31b07e2a8f95b5 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 22 Jul 2016 23:19:56 +0530 Subject: [PATCH] Add quik to alternatives Quik is a tool to prototype and build apps with React and Babel with zero-setup. It also supports HMR, CSS modules, Sass etc. https://github.com/satya164/quik --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29de337743..ab475f033c7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Your app is ready to be deployed! ## How Do I?... -The generated project will include a guide in its README. +The generated project will include a guide in its README. You can also read its latest version [here](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md). ## Philosophy @@ -176,7 +176,8 @@ If you don’t agree with the choices made in this project, you might want to ex * [rackt-cli](https://github.com/mzabriskie/rackt-cli) * [budō](https://github.com/mattdesl/budo) * [rwb](https://github.com/petehunt/rwb) +* [quik](https://github.com/satya164/quik) * [sagui](https://github.com/saguijs/sagui) -You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly. +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.