0.1.16 • Published 8 years ago
react-mst-npm-boilerplate v0.1.16
Boilerplate for creating React Npm packages with ES2015
The package is based on npm-base package by Kadira which is really great when you want to prepare Npm package. This one is prepared to be used as a starter point for React components which needs to be published on Npm.
Also there is of course ES6 transpilation.
Usage
- Clone this repo
- Inside cloned repo run
npm install && rm -rf .git && git initand updatepackage.jsonwith your package name. - If you want to run transpilation to ES5 in
distfolder:npm run prepublish(standard npm hook). - If you want to run the project do
npm start
License
MIT