Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t18n/ts-babel-webpack-boilerplate
- Owner: t18n
- Created: 2020-01-06T17:44:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T19:57:17.000Z (over 1 year ago)
- Last Synced: 2023-04-28T08:24:56.000Z (over 1 year ago)
- Topics: babel, jest, resolver-alias, typescript, webpack, yarn
- Language: JavaScript
- Size: 687 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`