UNPKG

wallki-packages-builder

Version:

is an boilerplate to build es6 packages

28 lines (22 loc) 520 B
### wallki-packages-builder This is an boilerplate for build ES6 & react packages > requirements: node >= 9.0 How to use: 1.install: npm i --save wallki-packages-builder 2.make a new package node './node_modules/wallki-packages-builder/index.js' 3. change directory to new package: cd my-package **the direktory show like this:** /my-package /public /tests /src packages.json readme.md 4.install dependencies: npm install __To start an server run:__ npm run serve-package