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