Skip to content

wasabi-io/ts-react-library-skeleton

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages