0.1.2 • Published 5 years ago

ts-react-library-skeleton v0.1.2

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

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