https://github.com/tuprolog/arg2p-kt-web
https://github.com/tuprolog/arg2p-kt-web
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuprolog/arg2p-kt-web
- Owner: tuProlog
- License: apache-2.0
- Created: 2021-10-24T20:08:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T14:31:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T09:30:38.264Z (over 1 year ago)
- Language: JavaScript
- Size: 6.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2P-Kt Playground
2P-Kt Playground Web project
## Install
```bash
npm install
```
## Usage
```bash
"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