1.0.3 • Published 6 years ago

wallki-packages-builder v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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