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

https://github.com/abdus/webpack-typescript-starter

set-up a TypeScript project using Webpack
https://github.com/abdus/webpack-typescript-starter

javascript starter starter-kit typescript webpack

Last synced: about 2 months ago
JSON representation

set-up a TypeScript project using Webpack

Awesome Lists containing this project

README

        

# Webpack TypeScript Starter

[**Blog Post**](https://abdus.net/blog/2021/typescript-webpack-setup/)

## Usage

- fork and clone this repository
- cd to the project directory
- install packages using `yarn`
- start webpack dev server using `yarn start`
- build project using `yarn build`. output will be available in `build/`
directory. generally this is the dir you probably want to deploy.