Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 493 Bytes

README.md

File metadata and controls

executable file
·
47 lines (33 loc) · 493 Bytes

ts-react-project-skeleton

Motivation

Getting Started

  • Before Start Project
$ git clone ....`
$ cd ts-react-project-skeleton
$ npm install
  • run start (Development Mode)
$ npm start
  • run test (Test Mode)
$ npm test
  • build project (Production Mode)
$ npm start
  • run coverage
$ npm run coverage
  • generate api docs
$ npm run docs
  • build library as javascript (common-js)
$ npm build