Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 386 Bytes

2P-Kt Playground

2P-Kt Playground Web project

Install

  npm install

Usage

  "scripts": {
    "start": "...",
    "build": "...",
    "test": "..."
  },

npm start

  • start Webpack Dev server using unminified sourcers('js')

npm run build

  • run test
  • build and create production ready artifacts in prodDist folder.

npm test

  • runs mocha test