This library provides a bunch of isomorphic modules and configurations to work as a foundation for another V4 libraries and contents many base classes and structures, such as queue, persistent key-value storage, subclasses to work with promises, etc.
At first you should install dependencies using npm
:
npm ci
After this you should compile a configuration for TypeScript:
npx gulp build:tsconfig
All build config files are contain within the config
folder. File names of config files are tied with a value of the NODE_ENV
environment variable.
Build scripts, such as Gulp or Webpack, are contain within the build
folder.