0.0.0 • Published 6 years ago
gumiho v0.0.0
gumiho
Experimental client-server store IN DEV
commands
npm run build:devbuilds bundle in development modenpm run testruns once all testsnpm run test:watchruns all tests in watch modenpm run lintruns eslint
how to start
- Run
npm install - Configure your editor for linting typescript code. For vscode recommended use plugin https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
and setup validation for typescript in vscode config
"eslint.validate": [ ... { "language": "typescript", "autoFix": false, } ] - For running test use
npm run test:watch. For vscode recommended use plugin https://marketplace.visualstudio.com/items?itemName=orta.vscode-jest
TODO:
- Create docker container for developing
- Create documentation server
0.0.0
6 years ago