From 30ba54fbc1992ec85441d60404734fe4bf143a4b Mon Sep 17 00:00:00 2001 From: Jorge Antunes Date: Fri, 29 Jul 2016 23:27:12 +0100 Subject: [PATCH] Add `dev-toolkit` Alternative Adds the [`dev-toolkit` npm package](https://github.com/stoikerty/dev-toolkit) to the list of Alternatives. It is quite similar to this project and although [its sibling/cousin starter-project `dev-toolkit-starter`](https://github.com/stoikerty/dev-toolkit-starter) still has a few babel-dependencies, I'm trying to find a way to remove them. The `dev-toolkit-start` is similar to what you get after using `create-react-app my-app`. Any ideas how I can achieve that? You guys seem to have gotten rid of them quite easily. ##### Quick list of features: - ES2015 / ES6 - root-relative imports - Vanilla HMR - Browsersync - ESLint - React - jsx-control-statements - sass / scss - css-modules - Autoprefixer - classnames - express - react-router --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae2ea187853..8004ef81aee 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ If you don’t agree with the choices made in this project, you might want to ex * [roc](https://github.com/rocjs/roc) * [aik](https://github.com/d4rkr00t/aik) * [react-app](https://github.com/kriasoft/react-app) +* [dev-toolkit](https://github.com/stoikerty/dev-toolkit) 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.