TGRStack.com - Documentation, Articles
- 2018-typescript-module
- 2018-typescript-react-module - Coming Soon
- 2018-typescript-graphql-endpoint - Coming Soon
- 2018-typescript-graphql-react-fullstack - Coming Soon
- ๐ ES2018+ support syntax that is stage-3 or later in the TC39 process.
- ๐ฅ Hot development restarts dev-server when your src changes
- ๐๏ธ Preconfigured to support development and optimized production builds
- ๐ถ
typescriptincremental returns reducing development bugs - ๐ฆ
tslintconfigured for strict, consistent, code style
- ๐ญ
jestas the test framework. - ๐ญ
ts-jestconfigured to test TS files, uses tsconfig.jest.json, and skip babel.
- ๐ฆ All source is bundled using Webpack v4
- ๐ webpack merge, splitting config for dev, prod, common
- ๐ฆ ts-loader for compiling typescript
- ๐ฆ babel-loader for additional polyfills (browser support)
- ๐ HappyPack for multi-core building
- ๐ค Auto generated Vendor DLL for smooth development experiences
- ๐ Tree-shaking
- ๐ฎ
npsnode-package-scripts removes the limitation of package.json enabling JS & //comments . Modify/package-scripts.jsand usenps <command>instead ofnpm run <command>. - ๐
commitizento help us generate beautifully formatted and consistent commit messages. - ๐น
cz-emojiis a plugin for commitizen that adds emoji to the commit template. - ๐
standard-versionis a replacement fornpm versionwith automatic CHANGELOG generation - โ
validate-commit-msgvalidates commit messages to follow commitizen patterns