0.0.0 • Published 5 years ago

gumiho v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Build Status Coverage Status

gumiho

Experimental client-server store IN DEV

commands

  • npm run build:dev builds bundle in development mode
  • npm run test runs once all tests
  • npm run test:watch runs all tests in watch mode
  • npm run lint runs eslint

how to start

  1. Run npm install
  2. 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,
            }
        ]
  3. 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