Skip to content

tuProlog/2p-kt-playground

Repository files navigation

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