Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t18n/ts-babel-webpack-boilerplate

TypeScript with Babel and Webpack including absolute path resolver
https://github.com/t18n/ts-babel-webpack-boilerplate

babel jest resolver-alias typescript webpack yarn

Last synced: 5 days ago
JSON representation

TypeScript with Babel and Webpack including absolute path resolver

Awesome Lists containing this project

README

        

# TypeScript Babel Webpack

## Features
- Webpack for bundling
- Babel for compiling TypeScript code
- TypeScript for type checking
- Path resolver on Babel and TypeScript
- Test with Jest

## Getting started
- Install dependencies `yarn install`
- Run test `yarn test`
- Run build `yarn dev`