A basic setup for Typescript project workflow which includes dev & prod mode configs. It uses Jest for testing TS files directly, SCSS for styling, ESLint with Typescript plugins for code linting. All compilation, bundling and dev server hosting are managed by Webpack & various relevant loaders. `npm run start` or `npm run build` are all you need!