1.0.4 • Published 6 years ago
jsmp-infra-nik-package v1.0.4
Installation
Use the package manager npm for installing.
Run npm install to download all necessary packages
npm install Usage
For starting the app run 'npm run start'
npm run startCompiling
For compiling scripts run 'npm run compile'
npm run compileFor compiling scripts and handle changings run 'npm run compile-watch'
npm run compile-watchClean
For removing all files and folders that are created during by compile scripts run 'npm run clean'
npm run cleanTest
For running transpiled test files run 'npm run test'
npm run testFor running tasks that will perform cleanup, transpilation and run tests run 'npm run task'
npm run taskContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.