From bbf4f84847801a4f4c63258cb672b4930f44cdc7 Mon Sep 17 00:00:00 2001 From: nukeop Date: Wed, 17 Jan 2018 15:14:25 +0100 Subject: [PATCH] Add React NPM Minimal Package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f55b11..9199ffe 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Curated list of boilerplates and templates to enhance productivity. - [React JS Hot loader Boilerplates](https://github.com/gaearon/react-hot-loader/tree/master/docs#starter-kits) React hot loader starter kits - [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example) A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform - [post3ree-boilerplate](https://github.com/hex22a/post3ree-boilerplate) Boilerplate for a universal application using 3REE stack (React, Redux, RethinkDB, Express) + PostCSS + - [React NPM Minimal Package](https://github.com/nukeop/react-npm-minimal-package) Boilerplate for developing React components to be published on NPM. Contains only the absolute minimum to get you started. - [HyperApp](#hyperapp) - [hyperapp-boilerplate](https://github.com/tzellman/hyperapp-boilerplate) Boilerplate showing how to create a production-ready Hyperapp application. - [Backbone](#backbone)