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
- Host: GitHub
- URL: https://github.com/abdus/webpack-typescript-starter
- Owner: abdus
- License: gpl-3.0
- Created: 2021-02-02T17:15:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T06:14:59.000Z (over 4 years ago)
- Last Synced: 2025-01-30T10:15:30.390Z (4 months ago)
- Topics: javascript, starter, starter-kit, typescript, webpack
- Language: TypeScript
- Homepage: https://abdus.net/blog/2021/typescript-webpack-setup/
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.