ts-react-library-skeleton
v0.1.2
Published
lib/index.js
Downloads
0
Readme
ts-react-library-skeleton
Motivation
Getting Started
- Before Start Project
$ git clone ....`
$ cd ts-react-library-skeleton
$ npm install
- run start Showcase (Development Mode)
$ npm start
- run test (Test Mode)
$ npm test
- generate Showcase build (Production Mode)
$ npm start
- run coverage
$ npm run coverage
- generate api docs
$ npm run docs
- build library as javascript (common-js)
$ npm build