0.1.2 • Published 7 years ago
ts-react-library-skeleton v0.1.2
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